#475EBE

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

Shades of Free Speech Blue #475EBE

Tints of Free Speech Blue #475EBE

Color information

#475EBE (or 0x475EBE) is unknown color: approx Free Speech Blue. HEX triplet: 47, 5E and BE. RGB value is (71,94,190). Sum of RGB (Red+Green+Blue) = 71+94+190=355 (47% of max value = 765). Red value is 71 (28.12% from 255 or 20% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #475EBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475EBE is #B8A141. Grayscale: #616161. Windows color (decimal): -12099906 or 12475975. OLE color: 12475975.

HSL color Cylindrical-coordinate representation of color #475EBE: hue angle of 228.4º 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 #475EBE is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7194190-
CMYK0.630.5100.25
HSL228.4º47.79%51.18%-
HSV(B)228.4º62.63%74.51%-
XYZ15.913.0650.4-
YUV98.07179.88108.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20%
GREEN value IS 94 (37.11% from 255) = 26.48%
BLUE value IS 190 (74.61% from 255) = 53.52%
R=20%
G=26.48%
B=53.52%

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
Decimal71941900.630.5100.25228.447.7951.18
Hex475EBE3F33019e43033
Octal10713627677630313446063
Binary100011110111101011111011111111001101100111100100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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