#474BBD

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

Shades of Free Speech Blue #474BBD

Tints of Free Speech Blue #474BBD

Color information

#474BBD (or 0x474BBD) is unknown color: approx Free Speech Blue. HEX triplet: 47, 4B and BD. RGB value is (71,75,189). Sum of RGB (Red+Green+Blue) = 71+75+189=335 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.19% from 335); Green value is 75 (29.69% from 255 or 22.39% from 335); Blue value is 189 (74.22% from 255 or 56.42% from 335); Max value from RGB is 189 - color contains mainly: blue. Hex color #474BBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #474BBD is #B8B442. Grayscale: #565656. Windows color (decimal): -12104771 or 12405575. OLE color: 12405575.

HSL color Cylindrical-coordinate representation of color #474BBD: hue angle of 237.97º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #474BBD is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7175189-
CMYK0.620.6000.26
HSL237.97º47.2%50.98%-
HSV(B)237.97º62.43%74.12%-
XYZ14.310.0549.33-
YUV86.8185.67116.73-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.19%
GREEN value IS 75 (29.69% from 255) = 22.39%
BLUE value IS 189 (74.22% from 255) = 56.42%
R=21.19%
G=22.39%
B=56.42%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal71751890.620.6000.26237.9747.250.98
Hex474BBD3E3C01Aee2f33
Octal10711327576740323565763
Binary100011110010111011110111111011110001101011101110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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