#475ABA

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

Shades of Free Speech Blue #475ABA

Tints of Free Speech Blue #475ABA

Color information

#475ABA (or 0x475ABA) is unknown color: approx Free Speech Blue. HEX triplet: 47, 5A and BA. RGB value is (71,90,186). Sum of RGB (Red+Green+Blue) = 71+90+186=347 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.46% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #475ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475ABA is #B8A545. Grayscale: #5E5E5E. Windows color (decimal): -12100934 or 12212807. OLE color: 12212807.

HSL color Cylindrical-coordinate representation of color #475ABA: hue angle of 230.09º 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 #475ABA is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7190186-
CMYK0.620.5200.27
HSL230.09º45.45%50.39%-
HSV(B)230.09º61.83%72.94%-
XYZ15.1212.248.01-
YUV95.26179.21110.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.46%
GREEN value IS 90 (35.55% from 255) = 25.94%
BLUE value IS 186 (73.05% from 255) = 53.60%
R=20.46%
G=25.94%
B=53.60%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal71901860.620.5200.27230.0945.4550.39
Hex475ABA3E3401Be62d32
Octal10713227276640333465562
Binary100011110110101011101011111011010001101111100110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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