#474CB5

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

Shades of Free Speech Blue #474CB5

Tints of Free Speech Blue #474CB5

Color information

#474CB5 (or 0x474CB5) is unknown color: approx Free Speech Blue. HEX triplet: 47, 4C and B5. RGB value is (71,76,181). Sum of RGB (Red+Green+Blue) = 71+76+181=328 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.65% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 181 (71.09% from 255 or 55.18% from 328); Max value from RGB is 181 - color contains mainly: blue. Hex color #474CB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #474CB5 is #B8B34A. Grayscale: #565656. Windows color (decimal): -12104523 or 11881543. OLE color: 11881543.

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

Color convert

RGB7176181-
CMYK0.610.5800.29
HSL237.27º43.65%49.41%-
HSV(B)237.27º60.77%70.98%-
XYZ13.529.8444.9-
YUV86.48181.34116.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.65%
GREEN value IS 76 (30.08% from 255) = 23.17%
BLUE value IS 181 (71.09% from 255) = 55.18%
R=21.65%
G=23.17%
B=55.18%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal71761810.610.5800.29237.2743.6549.41
Hex474CB53D3A01Ded2c31
Octal10711426575720353555461
Binary100011110011001011010111110111101001110111101101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,76,181); }

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

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

 a { background-color: rgb(71,76,181); }

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

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

 span { border-color: rgb(71,76,181); }

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