#466BBA

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

Shades of Free Speech Blue #466BBA

Tints of Free Speech Blue #466BBA

Color information

#466BBA (or 0x466BBA) is unknown color: approx Free Speech Blue. HEX triplet: 46, 6B and BA. RGB value is (70,107,186). Sum of RGB (Red+Green+Blue) = 70+107+186=363 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.28% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #466BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466BBA is #B99445. Grayscale: #686868. Windows color (decimal): -12162118 or 12217158. OLE color: 12217158.

HSL color Cylindrical-coordinate representation of color #466BBA: hue angle of 220.86º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #466BBA is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB70107186-
CMYK0.620.4200.27
HSL220.86º45.67%50.2%-
HSV(B)220.86º62.37%72.94%-
XYZ16.6515.3648.54-
YUV104.94173.74103.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.28%
GREEN value IS 107 (42.19% from 255) = 29.48%
BLUE value IS 186 (73.05% from 255) = 51.24%
R=19.28%
G=29.48%
B=51.24%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal701071860.620.4200.27220.8645.6750.2
Hex466BBA3E2A01Bdd2e32
Octal10615327276520333355662
Binary100011011010111011101011111010101001101111011101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,107,186); }

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

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

 a { background-color: rgb(70,107,186); }

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

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

 span { border-color: rgb(70,107,186); }

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