#474ED8

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

Shades of Free Speech Blue #474ED8

Tints of Free Speech Blue #474ED8

Color information

#474ED8 (or 0x474ED8) is unknown color: approx Free Speech Blue. HEX triplet: 47, 4E and D8. RGB value is (71,78,216). Sum of RGB (Red+Green+Blue) = 71+78+216=365 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.45% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 216 (84.77% from 255 or 59.18% from 365); Max value from RGB is 216 - color contains mainly: blue. Hex color #474ED8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474ED8 is #B8B127. Grayscale: #5B5B5B. Windows color (decimal): -12103976 or 14175815. OLE color: 14175815.

HSL color Cylindrical-coordinate representation of color #474ED8: hue angle of 237.1º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #474ED8 is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB7178216-
CMYK0.670.6400.15
HSL237.1º65.02%56.27%-
HSV(B)237.1º67.13%84.71%-
XYZ17.7211.7566.3-
YUV91.64198.18113.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.45%
GREEN value IS 78 (30.86% from 255) = 21.37%
BLUE value IS 216 (84.77% from 255) = 59.18%
R=19.45%
G=21.37%
B=59.18%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal71782160.670.6400.15237.165.0256.27
Hex474ED843400Fed4138
Octal10711633010310001735510170
Binary10001111001110110110001000011100000001111111011011000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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