#474F88

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

Shades of Tory Blue #474F88

Tints of Tory Blue #474F88

Color information

#474F88 (or 0x474F88) is unknown color: approx Tory Blue. HEX triplet: 47, 4F and 88. RGB value is (71,79,136). Sum of RGB (Red+Green+Blue) = 71+79+136=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 79 (31.25% from 255 or 27.62% from 286); Blue value is 136 (53.52% from 255 or 47.55% from 286); Max value from RGB is 136 - color contains mainly: blue. Hex color #474F88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #474F88 is #B8B077. Grayscale: #525252. Windows color (decimal): -12103800 or 8933191. OLE color: 8933191.

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

Color convert

RGB7179136-
CMYK0.480.4200.47
HSL232.62º31.4%40.59%-
HSV(B)232.62º47.79%53.33%-
XYZ9.848.7124.46-
YUV83.11157.85119.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.83%
GREEN value IS 79 (31.25% from 255) = 27.62%
BLUE value IS 136 (53.52% from 255) = 47.55%
R=24.83%
G=27.62%
B=47.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal71791360.480.4200.47232.6231.440.59
Hex474F88302A02Fe91f29
Octal10711721060520573513751
Binary100011110011111000100011000010101001011111110100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474F88; }

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

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

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

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

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

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

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

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