#474EC8

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

Shades of Free Speech Blue #474EC8

Tints of Free Speech Blue #474EC8

Color information

#474EC8 (or 0x474EC8) is unknown color: approx Free Speech Blue. HEX triplet: 47, 4E and C8. RGB value is (71,78,200). Sum of RGB (Red+Green+Blue) = 71+78+200=349 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.34% from 349); Green value is 78 (30.86% from 255 or 22.35% from 349); Blue value is 200 (78.52% from 255 or 57.31% from 349); Max value from RGB is 200 - color contains mainly: blue. Hex color #474EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474EC8 is #B8B137. Grayscale: #595959. Windows color (decimal): -12103992 or 13127239. OLE color: 13127239.

HSL color Cylindrical-coordinate representation of color #474EC8: hue angle of 236.74º degrees, saturation: 0.54, 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 #474EC8 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB7178200-
CMYK0.640.6100.22
HSL236.74º53.97%53.14%-
HSV(B)236.74º64.5%78.43%-
XYZ15.7510.9655.93-
YUV89.81190.18114.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.34%
GREEN value IS 78 (30.86% from 255) = 22.35%
BLUE value IS 200 (78.52% from 255) = 57.31%
R=20.34%
G=22.35%
B=57.31%

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
Decimal71782000.640.6100.22236.7453.9753.14
Hex474EC8403D016ed3635
Octal107116310100750263556665
Binary1000111100111011001000100000011110101011011101101110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,78,200); }

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

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

 a { background-color: rgb(71,78,200); }

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

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

 span { border-color: rgb(71,78,200); }

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