#474BD1

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

Shades of Free Speech Blue #474BD1

Tints of Free Speech Blue #474BD1

Color information

#474BD1 (or 0x474BD1) is unknown color: approx Free Speech Blue. HEX triplet: 47, 4B and D1. RGB value is (71,75,209). Sum of RGB (Red+Green+Blue) = 71+75+209=355 (47% of max value = 765). Red value is 71 (28.12% from 255 or 20% from 355); Green value is 75 (29.69% from 255 or 21.13% from 355); Blue value is 209 (82.03% from 255 or 58.87% from 355); Max value from RGB is 209 - color contains mainly: blue. Hex color #474BD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #474BD1 is #B8B42E. Grayscale: #585858. Windows color (decimal): -12104751 or 13716295. OLE color: 13716295.

HSL color Cylindrical-coordinate representation of color #474BD1: hue angle of 238.26º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #474BD1 is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB7175209-
CMYK0.660.6400.18
HSL238.26º60%54.9%-
HSV(B)238.26º66.03%81.96%-
XYZ16.6210.9861.56-
YUV89.08195.67115.1-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20%
GREEN value IS 75 (29.69% from 255) = 21.13%
BLUE value IS 209 (82.03% from 255) = 58.87%
R=20%
G=21.13%
B=58.87%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal71752090.660.6400.18238.266054.9
Hex474BD14240012ee3c37
Octal1071133211021000223567467
Binary10001111001011110100011000010100000001001011101110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,75,209); }

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

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

 a { background-color: rgb(71,75,209); }

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

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

 span { border-color: rgb(71,75,209); }

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