#475EBF

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

Shades of Free Speech Blue #475EBF

Tints of Free Speech Blue #475EBF

Color information

#475EBF (or 0x475EBF) is unknown color: approx Free Speech Blue. HEX triplet: 47, 5E and BF. RGB value is (71,94,191). Sum of RGB (Red+Green+Blue) = 71+94+191=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 191 (75% from 255 or 53.65% from 356); Max value from RGB is 191 - color contains mainly: blue. Hex color #475EBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475EBF is #B8A140. Grayscale: #616161. Windows color (decimal): -12099905 or 12541511. OLE color: 12541511.

HSL color Cylindrical-coordinate representation of color #475EBF: hue angle of 228.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #475EBF is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7194191-
CMYK0.630.5100.25
HSL228.5º48.39%51.37%-
HSV(B)228.5º62.83%74.9%-
XYZ16.0113.1150.98-
YUV98.18180.38108.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.94%
GREEN value IS 94 (37.11% from 255) = 26.40%
BLUE value IS 191 (75% from 255) = 53.65%
R=19.94%
G=26.40%
B=53.65%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal71941910.630.5100.25228.548.3951.37
Hex475EBF3F33019e43033
Octal10713627777630313446063
Binary100011110111101011111111111111001101100111100100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475EBF; }

 p { color: rgb(71,94,191); }

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

<style>
 a { background-color: #475EBF; }

 a { background-color: rgb(71,94,191); }

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

<style>
 span { border-color: #475EBF; }

 span { border-color: rgb(71,94,191); }

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