#466CBE

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

Shades of Free Speech Blue #466CBE

Tints of Free Speech Blue #466CBE

Color information

#466CBE (or 0x466CBE) is unknown color: approx Free Speech Blue. HEX triplet: 46, 6C and BE. RGB value is (70,108,190). Sum of RGB (Red+Green+Blue) = 70+108+190=368 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.02% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #466CBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466CBE is #B99341. Grayscale: #696969. Windows color (decimal): -12161858 or 12479558. OLE color: 12479558.

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

Color convert

RGB70108190-
CMYK0.630.4300.25
HSL221º48%50.98%-
HSV(B)221º63.16%74.51%-
XYZ17.1815.7450.85-
YUV105.99175.41102.33-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.02%
GREEN value IS 108 (42.58% from 255) = 29.35%
BLUE value IS 190 (74.61% from 255) = 51.63%
R=19.02%
G=29.35%
B=51.63%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal701081900.630.4300.252214850.98
Hex466CBE3F2B019dd3033
Octal10615427677530313356063
Binary100011011011001011111011111110101101100111011101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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