#474ECC

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

Shades of Free Speech Blue #474ECC

Tints of Free Speech Blue #474ECC

Color information

#474ECC (or 0x474ECC) is unknown color: approx Free Speech Blue. HEX triplet: 47, 4E and CC. RGB value is (71,78,204). Sum of RGB (Red+Green+Blue) = 71+78+204=353 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.11% from 353); Green value is 78 (30.86% from 255 or 22.10% from 353); Blue value is 204 (80.08% from 255 or 57.79% from 353); Max value from RGB is 204 - color contains mainly: blue. Hex color #474ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474ECC is #B8B133. Grayscale: #595959. Windows color (decimal): -12103988 or 13389383. OLE color: 13389383.

HSL color Cylindrical-coordinate representation of color #474ECC: hue angle of 236.84º 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 #474ECC is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB7178204-
CMYK0.650.6200.2
HSL236.84º56.6%53.92%-
HSV(B)236.84º65.2%80%-
XYZ16.2211.1558.42-
YUV90.27192.18114.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.11%
GREEN value IS 78 (30.86% from 255) = 22.10%
BLUE value IS 204 (80.08% from 255) = 57.79%
R=20.11%
G=22.10%
B=57.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal71782040.650.6200.2236.8456.653.92
Hex474ECC413E014ed3936
Octal107116314101760243557166
Binary1000111100111011001100100000111111001010011101101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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