#476ABA

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

Shades of Free Speech Blue #476ABA

Tints of Free Speech Blue #476ABA

Color information

#476ABA (or 0x476ABA) is unknown color: approx Free Speech Blue. HEX triplet: 47, 6A and BA. RGB value is (71,106,186). Sum of RGB (Red+Green+Blue) = 71+106+186=363 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.56% from 363); Green value is 106 (41.80% from 255 or 29.20% 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 #476ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476ABA is #B89545. Grayscale: #686868. Windows color (decimal): -12096838 or 12216903. OLE color: 12216903.

HSL color Cylindrical-coordinate representation of color #476ABA: hue angle of 221.74º degrees, saturation: 0.45, 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 #476ABA is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB71106186-
CMYK0.620.4300.27
HSL221.74º45.45%50.39%-
HSV(B)221.74º61.83%72.94%-
XYZ16.6215.1948.51-
YUV104.66173.9104-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.56%
GREEN value IS 106 (41.80% from 255) = 29.20%
BLUE value IS 186 (73.05% from 255) = 51.24%
R=19.56%
G=29.20%
B=51.24%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal711061860.620.4300.27221.7445.4550.39
Hex476ABA3E2B01Bde2d32
Octal10715227276530333365562
Binary100011111010101011101011111010101101101111011110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476ABA; }

 p { color: rgb(71,106,186); }

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

<style>
 a { background-color: #476ABA; }

 a { background-color: rgb(71,106,186); }

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

<style>
 span { border-color: #476ABA; }

 span { border-color: rgb(71,106,186); }

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