#466CBD

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

Shades of Free Speech Blue #466CBD

Tints of Free Speech Blue #466CBD

Color information

#466CBD (or 0x466CBD) is unknown color: approx Free Speech Blue. HEX triplet: 46, 6C and BD. RGB value is (70,108,189). Sum of RGB (Red+Green+Blue) = 70+108+189=367 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.07% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 189 (74.22% from 255 or 51.50% from 367); Max value from RGB is 189 - color contains mainly: blue. Hex color #466CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466CBD is #B99342. Grayscale: #696969. Windows color (decimal): -12161859 or 12414022. OLE color: 12414022.

HSL color Cylindrical-coordinate representation of color #466CBD: hue angle of 220.84º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #466CBD is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB70108189-
CMYK0.630.4300.26
HSL220.84º47.41%50.78%-
HSV(B)220.84º62.96%74.12%-
XYZ17.0715.750.27-
YUV105.87174.91102.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.07%
GREEN value IS 108 (42.58% from 255) = 29.43%
BLUE value IS 189 (74.22% from 255) = 51.50%
R=19.07%
G=29.43%
B=51.50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal701081890.630.4300.26220.8447.4150.78
Hex466CBD3F2B01Add2f33
Octal10615427577530323355763
Binary100011011011001011110111111110101101101011011101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466CBD; }

 p { color: rgb(70,108,189); }

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

<style>
 a { background-color: #466CBD; }

 a { background-color: rgb(70,108,189); }

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

<style>
 span { border-color: #466CBD; }

 span { border-color: rgb(70,108,189); }

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