#474ECD

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

Shades of Free Speech Blue #474ECD

Tints of Free Speech Blue #474ECD

Color information

#474ECD (or 0x474ECD) is unknown color: approx Free Speech Blue. HEX triplet: 47, 4E and CD. RGB value is (71,78,205). Sum of RGB (Red+Green+Blue) = 71+78+205=354 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.06% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 205 (80.47% from 255 or 57.91% from 354); Max value from RGB is 205 - color contains mainly: blue. Hex color #474ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474ECD is #B8B132. Grayscale: #595959. Windows color (decimal): -12103987 or 13454919. OLE color: 13454919.

HSL color Cylindrical-coordinate representation of color #474ECD: hue angle of 236.87º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #474ECD is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7178205-
CMYK0.650.6200.20
HSL236.87º57.26%54.12%-
HSV(B)236.87º65.37%80.39%-
XYZ16.3411.259.06-
YUV90.38192.68114.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.06%
GREEN value IS 78 (30.86% from 255) = 22.03%
BLUE value IS 205 (80.47% from 255) = 57.91%
R=20.06%
G=22.03%
B=57.91%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal71782050.650.6200.20236.8757.2654.12
Hex474ECD413E014ed3936
Octal107116315101760243557166
Binary1000111100111011001101100000111111001010011101101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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