#475BB7

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

Shades of Free Speech Blue #475BB7

Tints of Free Speech Blue #475BB7

Color information

#475BB7 (or 0x475BB7) is unknown color: approx Free Speech Blue. HEX triplet: 47, 5B and B7. RGB value is (71,91,183). Sum of RGB (Red+Green+Blue) = 71+91+183=345 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.58% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 183 (71.88% from 255 or 53.04% from 345); Max value from RGB is 183 - color contains mainly: blue. Hex color #475BB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475BB7 is #B8A448. Grayscale: #5F5F5F. Windows color (decimal): -12100681 or 12016455. OLE color: 12016455.

HSL color Cylindrical-coordinate representation of color #475BB7: hue angle of 229.29º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #475BB7 is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB7191183-
CMYK0.610.5000.28
HSL229.29º44.09%49.8%-
HSV(B)229.29º61.2%71.76%-
XYZ14.8912.2446.38-
YUV95.51177.37110.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.58%
GREEN value IS 91 (35.94% from 255) = 26.38%
BLUE value IS 183 (71.88% from 255) = 53.04%
R=20.58%
G=26.38%
B=53.04%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal71911830.610.5000.28229.2944.0949.8
Hex475BB73D3201Ce52c32
Octal10713326775620343455462
Binary100011110110111011011111110111001001110011100101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,91,183); }

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

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

 a { background-color: rgb(71,91,183); }

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

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

 span { border-color: rgb(71,91,183); }

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