#475EC8

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

Shades of Free Speech Blue #475EC8

Tints of Free Speech Blue #475EC8

Color information

#475EC8 (or 0x475EC8) is unknown color: approx Free Speech Blue. HEX triplet: 47, 5E and C8. RGB value is (71,94,200). Sum of RGB (Red+Green+Blue) = 71+94+200=365 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.45% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 200 (78.52% from 255 or 54.79% from 365); Max value from RGB is 200 - color contains mainly: blue. Hex color #475EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475EC8 is #B8A137. Grayscale: #626262. Windows color (decimal): -12099896 or 13131335. OLE color: 13131335.

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

Color convert

RGB7194200-
CMYK0.640.5300.22
HSL229.3º53.97%53.14%-
HSV(B)229.3º64.5%78.43%-
XYZ17.0313.5256.35-
YUV99.21184.88107.88-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.45%
GREEN value IS 94 (37.11% from 255) = 25.75%
BLUE value IS 200 (78.52% from 255) = 54.79%
R=19.45%
G=25.75%
B=54.79%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal71942000.640.5300.22229.353.9753.14
Hex475EC84035016e53635
Octal107136310100650263456665
Binary1000111101111011001000100000011010101011011100101110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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