#475CBA

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

Shades of Free Speech Blue #475CBA

Tints of Free Speech Blue #475CBA

Color information

#475CBA (or 0x475CBA) is unknown color: approx Free Speech Blue. HEX triplet: 47, 5C and BA. RGB value is (71,92,186). Sum of RGB (Red+Green+Blue) = 71+92+186=349 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.34% from 349); Green value is 92 (36.33% from 255 or 26.36% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #475CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475CBA is #B8A345. Grayscale: #606060. Windows color (decimal): -12100422 or 12213319. OLE color: 12213319.

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

Color convert

RGB7192186-
CMYK0.620.5100.27
HSL229.04º45.45%50.39%-
HSV(B)229.04º61.83%72.94%-
XYZ15.2912.5448.07-
YUV96.44178.54109.86-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.34%
GREEN value IS 92 (36.33% from 255) = 26.36%
BLUE value IS 186 (73.05% from 255) = 53.30%
R=20.34%
G=26.36%
B=53.30%

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
Decimal71921860.620.5100.27229.0445.4550.39
Hex475CBA3E3301Be52d32
Octal10713427276630333455562
Binary100011110111001011101011111011001101101111100101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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