#474AB6

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

Shades of Free Speech Blue #474AB6

Tints of Free Speech Blue #474AB6

Color information

#474AB6 (or 0x474AB6) is unknown color: approx Free Speech Blue. HEX triplet: 47, 4A and B6. RGB value is (71,74,182). Sum of RGB (Red+Green+Blue) = 71+74+182=327 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.71% from 327); Green value is 74 (29.30% from 255 or 22.63% from 327); Blue value is 182 (71.48% from 255 or 55.66% from 327); Max value from RGB is 182 - color contains mainly: blue. Hex color #474AB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #474AB6 is #B8B549. Grayscale: #545454. Windows color (decimal): -12105034 or 11946567. OLE color: 11946567.

HSL color Cylindrical-coordinate representation of color #474AB6: hue angle of 238.38º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #474AB6 is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7174182-
CMYK0.610.5900.29
HSL238.38º43.87%49.61%-
HSV(B)238.38º60.99%71.37%-
XYZ13.499.6145.4-
YUV85.42182.51117.72-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.71%
GREEN value IS 74 (29.30% from 255) = 22.63%
BLUE value IS 182 (71.48% from 255) = 55.66%
R=21.71%
G=22.63%
B=55.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal71741820.610.5900.29238.3843.8749.61
Hex474AB63D3B01Dee2c32
Octal10711226675730353565462
Binary100011110010101011011011110111101101110111101110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474AB6; }

 p { color: rgb(71,74,182); }

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

<style>
 a { background-color: #474AB6; }

 a { background-color: rgb(71,74,182); }

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

<style>
 span { border-color: #474AB6; }

 span { border-color: rgb(71,74,182); }

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