#474CB7

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

Shades of Free Speech Blue #474CB7

Tints of Free Speech Blue #474CB7

Color information

#474CB7 (or 0x474CB7) is unknown color: approx Free Speech Blue. HEX triplet: 47, 4C and B7. RGB value is (71,76,183). Sum of RGB (Red+Green+Blue) = 71+76+183=330 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.52% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 183 (71.88% from 255 or 55.45% from 330); Max value from RGB is 183 - color contains mainly: blue. Hex color #474CB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #474CB7 is #B8B348. Grayscale: #565656. Windows color (decimal): -12104521 or 12012615. OLE color: 12012615.

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

Color convert

RGB7176183-
CMYK0.610.5800.28
HSL237.32º44.09%49.8%-
HSV(B)237.32º61.2%71.76%-
XYZ13.739.9345.99-
YUV86.7182.34116.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.52%
GREEN value IS 76 (30.08% from 255) = 23.03%
BLUE value IS 183 (71.88% from 255) = 55.45%
R=21.52%
G=23.03%
B=55.45%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal71761830.610.5800.28237.3244.0949.8
Hex474CB73D3A01Ced2c32
Octal10711426775720343555462
Binary100011110011001011011111110111101001110011101101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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