#465BB7

Color #465BB7 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #465BB7

Tints of Free Speech Blue #465BB7

Color information

#465BB7 (or 0x465BB7) is unknown color: approx Free Speech Blue. HEX triplet: 46, 5B and B7. RGB value is (70,91,183). Sum of RGB (Red+Green+Blue) = 70+91+183=344 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.35% from 344); Green value is 91 (35.94% from 255 or 26.45% from 344); Blue value is 183 (71.88% from 255 or 53.20% from 344); Max value from RGB is 183 - color contains mainly: blue. Hex color #465BB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465BB7 is #B9A448. Grayscale: #5E5E5E. Windows color (decimal): -12166217 or 12016454. OLE color: 12016454.

HSL color Cylindrical-coordinate representation of color #465BB7: hue angle of 228.85º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #465BB7 is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB7091183-
CMYK0.620.5000.28
HSL228.85º44.66%49.61%-
HSV(B)228.85º61.75%71.76%-
XYZ14.8112.246.37-
YUV95.21177.54110.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 70 (27.73% from 255) = 20.35%
GREEN value IS 91 (35.94% from 255) = 26.45%
BLUE value IS 183 (71.88% from 255) = 53.20%
R=20.35%
G=26.45%
B=53.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal70911830.620.5000.28228.8544.6649.61
Hex465BB73E3201Ce52d32
Octal10613326776620343455562
Binary100011010110111011011111111011001001110011100101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465BB7; }

 p { color: rgb(70,91,183); }

 H1.HeaderClassName
 {
   color: #465BB7;
 }
 .AnyTagClassName
 {
   color: #465BB7;
 }
</style>
background-color css

<style>
 a { background-color: #465BB7; }

 a { background-color: rgb(70,91,183); }

 div.DivClassName
 {
   background-color: #465BB7;
 }
 .BgClassName
 {
   background-color: #465BB7;
 }
</style>
border-color css

<style>
 span { border-color: #465BB7; }

 span { border-color: rgb(70,91,183); }

 td.TdClassName
 {
   border-color: #465BB7;
 }
 .TagClassName
 {
   border-color: #465BB7;
 }
</style>