#466ABE

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

Shades of Free Speech Blue #466ABE

Tints of Free Speech Blue #466ABE

Color information

#466ABE (or 0x466ABE) is unknown color: approx Free Speech Blue. HEX triplet: 46, 6A and BE. RGB value is (70,106,190). Sum of RGB (Red+Green+Blue) = 70+106+190=366 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.13% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #466ABE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466ABE is #B99541. Grayscale: #686868. Windows color (decimal): -12162370 or 12479046. OLE color: 12479046.

HSL color Cylindrical-coordinate representation of color #466ABE: hue angle of 222º 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 #466ABE is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB70106190-
CMYK0.630.4400.25
HSL222º48%50.98%-
HSV(B)222º63.16%74.51%-
XYZ16.9715.3350.78-
YUV104.81176.07103.17-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.13%
GREEN value IS 106 (41.80% from 255) = 28.96%
BLUE value IS 190 (74.61% from 255) = 51.91%
R=19.13%
G=28.96%
B=51.91%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal701061900.630.4400.252224850.98
Hex466ABE3F2C019de3033
Octal10615227677540313366063
Binary100011011010101011111011111110110001100111011110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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