#474dc6

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

Shades of Free Speech Blue #474DC6

Tints of Free Speech Blue #474DC6

Color information

#474DC6 (or 0x474DC6) is unknown color: approx Free Speech Blue. HEX triplet: 47, 4D and C6. RGB value is (71,77,198). Sum of RGB (Red+Green+Blue) = 71+77+198=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 198 (77.73% from 255 or 57.23% from 346); Max value from RGB is 198 - color contains mainly: blue. Hex color #474DC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474DC6 is #B8B239. Grayscale: #585858. Windows color (decimal): -12104250 or 12995911. OLE color: 12995911.

HSL color Cylindrical-coordinate representation of color #474DC6: hue angle of 237.17º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #474DC6 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB7177198-
CMYK0.640.6100.22
HSL237.17º52.7%52.75%-
HSV(B)237.17º64.14%77.65%-
XYZ15.4510.7254.68-
YUV89189.51115.16-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.52%
GREEN value IS 77 (30.47% from 255) = 22.25%
BLUE value IS 198 (77.73% from 255) = 57.23%
R=20.52%
G=22.25%
B=57.23%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal71771980.640.6100.22237.1752.752.75
Hex474DC6403D016ed3535
Octal107115306100750263556565
Binary1000111100110111000110100000011110101011011101101110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474dc6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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