#474DDD

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

Shades of Free Speech Blue #474DDD

Tints of Free Speech Blue #474DDD

Color information

#474DDD (or 0x474DDD) is unknown color: approx Free Speech Blue. HEX triplet: 47, 4D and DD. RGB value is (71,77,221). Sum of RGB (Red+Green+Blue) = 71+77+221=369 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.24% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #474DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474DDD is #B8B222. Grayscale: #5B5B5B. Windows color (decimal): -12104227 or 14503239. OLE color: 14503239.

HSL color Cylindrical-coordinate representation of color #474DDD: hue angle of 237.6º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #474DDD is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7177221-
CMYK0.680.6500.13
HSL237.6º68.81%57.25%-
HSV(B)237.6º67.87%86.67%-
XYZ18.311.8769.73-
YUV91.62201.01113.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.24%
GREEN value IS 77 (30.47% from 255) = 20.87%
BLUE value IS 221 (86.72% from 255) = 59.89%
R=19.24%
G=20.87%
B=59.89%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal71772210.680.6500.13237.668.8157.25
Hex474DDD44410Dee4539
Octal10711533510410101535610571
Binary10001111001101110111011000100100000101101111011101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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