#474DD5

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

Shades of Free Speech Blue #474DD5

Tints of Free Speech Blue #474DD5

Color information

#474DD5 (or 0x474DD5) is unknown color: approx Free Speech Blue. HEX triplet: 47, 4D and D5. RGB value is (71,77,213). Sum of RGB (Red+Green+Blue) = 71+77+213=361 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.67% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 213 (83.59% from 255 or 59.00% from 361); Max value from RGB is 213 - color contains mainly: blue. Hex color #474DD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474DD5 is #B8B22A. Grayscale: #5A5A5A. Windows color (decimal): -12104235 or 13978951. OLE color: 13978951.

HSL color Cylindrical-coordinate representation of color #474DD5: hue angle of 237.46º 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 #474DD5 is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB7177213-
CMYK0.670.6400.16
HSL237.46º62.83%55.69%-
HSV(B)237.46º66.67%83.53%-
XYZ17.2611.4564.25-
YUV90.71197.01113.94-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.67%
GREEN value IS 77 (30.47% from 255) = 21.33%
BLUE value IS 213 (83.59% from 255) = 59.00%
R=19.67%
G=21.33%
B=59.00%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal71772130.670.6400.16237.4662.8355.69
Hex474DD54340010ed3f38
Octal1071153251031000203557770
Binary10001111001101110101011000011100000001000011101101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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