#475788

Color #475788 Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #475788

Tints of Tory Blue #475788

Color information

#475788 (or 0x475788) is unknown color: approx Tory Blue. HEX triplet: 47, 57 and 88. RGB value is (71,87,136). Sum of RGB (Red+Green+Blue) = 71+87+136=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 136 (53.52% from 255 or 46.26% from 294); Max value from RGB is 136 - color contains mainly: blue. Hex color #475788 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475788 is #B8A877. Grayscale: #575757. Windows color (decimal): -12101752 or 8935239. OLE color: 8935239.

HSL color Cylindrical-coordinate representation of color #475788: hue angle of 225.23º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #475788 is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7187136-
CMYK0.480.3600.47
HSL225.23º31.4%40.59%-
HSV(B)225.23º47.79%53.33%-
XYZ10.459.9324.66-
YUV87.8155.2116.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.15%
GREEN value IS 87 (34.38% from 255) = 29.59%
BLUE value IS 136 (53.52% from 255) = 46.26%
R=24.15%
G=29.59%
B=46.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal71871360.480.3600.47225.2331.440.59
Hex475788302402Fe11f29
Octal10712721060440573413751
Binary100011110101111000100011000010010001011111110000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475788; }

 p { color: rgb(71,87,136); }

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

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

 a { background-color: rgb(71,87,136); }

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

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

 span { border-color: rgb(71,87,136); }

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