#475BBA

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

Shades of Free Speech Blue #475BBA

Tints of Free Speech Blue #475BBA

Color information

#475BBA (or 0x475BBA) is unknown color: approx Free Speech Blue. HEX triplet: 47, 5B and BA. RGB value is (71,91,186). Sum of RGB (Red+Green+Blue) = 71+91+186=348 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.40% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #475BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475BBA is #B8A445. Grayscale: #5F5F5F. Windows color (decimal): -12100678 or 12213063. OLE color: 12213063.

HSL color Cylindrical-coordinate representation of color #475BBA: hue angle of 229.57º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #475BBA is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7191186-
CMYK0.620.5100.27
HSL229.57º45.45%50.39%-
HSV(B)229.57º61.83%72.94%-
XYZ15.212.3748.04-
YUV95.85178.87110.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.40%
GREEN value IS 91 (35.94% from 255) = 26.15%
BLUE value IS 186 (73.05% from 255) = 53.45%
R=20.40%
G=26.15%
B=53.45%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal71911860.620.5100.27229.5745.4550.39
Hex475BBA3E3301Be62d32
Octal10713327276630333465562
Binary100011110110111011101011111011001101101111100110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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