#475AC8

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

Shades of Free Speech Blue #475AC8

Tints of Free Speech Blue #475AC8

Color information

#475AC8 (or 0x475AC8) is unknown color: approx Free Speech Blue. HEX triplet: 47, 5A and C8. RGB value is (71,90,200). Sum of RGB (Red+Green+Blue) = 71+90+200=361 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.67% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 200 (78.52% from 255 or 55.40% from 361); Max value from RGB is 200 - color contains mainly: blue. Hex color #475AC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475AC8 is #B8A537. Grayscale: #606060. Windows color (decimal): -12100920 or 13130311. OLE color: 13130311.

HSL color Cylindrical-coordinate representation of color #475AC8: hue angle of 231.16º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #475AC8 is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB7190200-
CMYK0.640.5500.22
HSL231.16º53.97%53.14%-
HSV(B)231.16º64.5%78.43%-
XYZ16.6812.8256.24-
YUV96.86186.21109.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.67%
GREEN value IS 90 (35.55% from 255) = 24.93%
BLUE value IS 200 (78.52% from 255) = 55.40%
R=19.67%
G=24.93%
B=55.40%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal71902000.640.5500.22231.1653.9753.14
Hex475AC84037016e73635
Octal107132310100670263476665
Binary1000111101101011001000100000011011101011011100111110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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