#475AC7

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

Shades of Free Speech Blue #475AC7

Tints of Free Speech Blue #475AC7

Color information

#475AC7 (or 0x475AC7) is unknown color: approx Free Speech Blue. HEX triplet: 47, 5A and C7. RGB value is (71,90,199). Sum of RGB (Red+Green+Blue) = 71+90+199=360 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.72% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 199 (78.12% from 255 or 55.28% from 360); Max value from RGB is 199 - color contains mainly: blue. Hex color #475AC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475AC7 is #B8A538. Grayscale: #606060. Windows color (decimal): -12100921 or 13064775. OLE color: 13064775.

HSL color Cylindrical-coordinate representation of color #475AC7: hue angle of 231.09º degrees, saturation: 0.53, 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 #475AC7 is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB7190199-
CMYK0.640.5500.22
HSL231.09º53.33%52.94%-
HSV(B)231.09º64.32%78.04%-
XYZ16.5612.7855.63-
YUV96.74185.71109.64-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.72%
GREEN value IS 90 (35.55% from 255) = 25%
BLUE value IS 199 (78.12% from 255) = 55.28%
R=19.72%
G=25%
B=55.28%

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
Decimal71901990.640.5500.22231.0953.3352.94
Hex475AC74037016e73535
Octal107132307100670263476565
Binary1000111101101011000111100000011011101011011100111110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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