#475EB5

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

Shades of Free Speech Blue #475EB5

Tints of Free Speech Blue #475EB5

Color information

#475EB5 (or 0x475EB5) is unknown color: approx Free Speech Blue. HEX triplet: 47, 5E and B5. RGB value is (71,94,181). Sum of RGB (Red+Green+Blue) = 71+94+181=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 181 (71.09% from 255 or 52.31% from 346); Max value from RGB is 181 - color contains mainly: blue. Hex color #475EB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475EB5 is #B8A14A. Grayscale: #606060. Windows color (decimal): -12099915 or 11886151. OLE color: 11886151.

HSL color Cylindrical-coordinate representation of color #475EB5: hue angle of 227.45º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #475EB5 is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7194181-
CMYK0.610.4800.29
HSL227.45º43.65%49.41%-
HSV(B)227.45º60.77%70.98%-
XYZ14.9412.6845.38-
YUV97.04175.38109.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.52%
GREEN value IS 94 (37.11% from 255) = 27.17%
BLUE value IS 181 (71.09% from 255) = 52.31%
R=20.52%
G=27.17%
B=52.31%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal71941810.610.4800.29227.4543.6549.41
Hex475EB53D3001De32c31
Octal10713626575600353435461
Binary100011110111101011010111110111000001110111100011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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