#475088

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

Shades of Tory Blue #475088

Tints of Tory Blue #475088

Color information

#475088 (or 0x475088) is unknown color: approx Tory Blue. HEX triplet: 47, 50 and 88. RGB value is (71,80,136). Sum of RGB (Red+Green+Blue) = 71+80+136=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 136 (53.52% from 255 or 47.39% from 287); Max value from RGB is 136 - color contains mainly: blue. Hex color #475088 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475088 is #B8AF77. Grayscale: #535353. Windows color (decimal): -12103544 or 8933447. OLE color: 8933447.

HSL color Cylindrical-coordinate representation of color #475088: hue angle of 231.69º 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 #475088 is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7180136-
CMYK0.480.4100.47
HSL231.69º31.4%40.59%-
HSV(B)231.69º47.79%53.33%-
XYZ9.918.8524.48-
YUV83.69157.52118.95-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.74%
GREEN value IS 80 (31.64% from 255) = 27.87%
BLUE value IS 136 (53.52% from 255) = 47.39%
R=24.74%
G=27.87%
B=47.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal71801360.480.4100.47231.6931.440.59
Hex475088302902Fe81f29
Octal10712021060510573503751
Binary100011110100001000100011000010100101011111110100011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475088; }

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

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

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

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

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

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

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

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