#474DB5

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

Shades of Free Speech Blue #474DB5

Tints of Free Speech Blue #474DB5

Color information

#474DB5 (or 0x474DB5) is unknown color: approx Free Speech Blue. HEX triplet: 47, 4D and B5. RGB value is (71,77,181). Sum of RGB (Red+Green+Blue) = 71+77+181=329 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.58% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 181 (71.09% from 255 or 55.02% from 329); Max value from RGB is 181 - color contains mainly: blue. Hex color #474DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474DB5 is #B8B24A. Grayscale: #565656. Windows color (decimal): -12104267 or 11881799. OLE color: 11881799.

HSL color Cylindrical-coordinate representation of color #474DB5: hue angle of 236.73º 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 #474DB5 is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7177181-
CMYK0.610.5700.29
HSL236.73º43.65%49.41%-
HSV(B)236.73º60.77%70.98%-
XYZ13.599.9844.93-
YUV87.06181.01116.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.58%
GREEN value IS 77 (30.47% from 255) = 23.40%
BLUE value IS 181 (71.09% from 255) = 55.02%
R=21.58%
G=23.40%
B=55.02%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal71771810.610.5700.29236.7343.6549.41
Hex474DB53D3901Ded2c31
Octal10711526575710353555461
Binary100011110011011011010111110111100101110111101101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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