#474ED5

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

Shades of Free Speech Blue #474ED5

Tints of Free Speech Blue #474ED5

Color information

#474ED5 (or 0x474ED5) is unknown color: approx Free Speech Blue. HEX triplet: 47, 4E and D5. RGB value is (71,78,213). Sum of RGB (Red+Green+Blue) = 71+78+213=362 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.61% from 362); Green value is 78 (30.86% from 255 or 21.55% from 362); Blue value is 213 (83.59% from 255 or 58.84% from 362); Max value from RGB is 213 - color contains mainly: blue. Hex color #474ED5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474ED5 is #B8B12A. Grayscale: #5A5A5A. Windows color (decimal): -12103979 or 13979207. OLE color: 13979207.

HSL color Cylindrical-coordinate representation of color #474ED5: hue angle of 237.04º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #474ED5 is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB7178213-
CMYK0.670.6300.16
HSL237.04º62.83%55.69%-
HSV(B)237.04º66.67%83.53%-
XYZ17.3311.5964.27-
YUV91.3196.68113.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.61%
GREEN value IS 78 (30.86% from 255) = 21.55%
BLUE value IS 213 (83.59% from 255) = 58.84%
R=19.61%
G=21.55%
B=58.84%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal71782130.670.6300.16237.0462.8355.69
Hex474ED5433F010ed3f38
Octal107116325103770203557770
Binary1000111100111011010101100001111111101000011101101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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