#475183

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

Shades of Tory Blue #475183

Tints of Tory Blue #475183

Color information

#475183 (or 0x475183) is unknown color: approx Tory Blue. HEX triplet: 47, 51 and 83. RGB value is (71,81,131). Sum of RGB (Red+Green+Blue) = 71+81+131=283 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.09% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 131 (51.56% from 255 or 46.29% from 283); Max value from RGB is 131 - color contains mainly: blue. Hex color #475183 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475183 is #B8AE7C. Grayscale: #535353. Windows color (decimal): -12103293 or 8606023. OLE color: 8606023.

HSL color Cylindrical-coordinate representation of color #475183: hue angle of 230º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #475183 is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7181131-
CMYK0.460.3800.49
HSL230º29.7%39.61%-
HSV(B)230º45.8%51.37%-
XYZ9.648.8622.68-
YUV83.71154.69118.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.09%
GREEN value IS 81 (32.03% from 255) = 28.62%
BLUE value IS 131 (51.56% from 255) = 46.29%
R=25.09%
G=28.62%
B=46.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71811310.460.3800.4923029.739.61
Hex4751832E26031e61e28
Octal10712120356460613463650
Binary100011110100011000001110111010011001100011110011011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475183; }

 p { color: rgb(71,81,131); }

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

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

 a { background-color: rgb(71,81,131); }

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

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

 span { border-color: rgb(71,81,131); }

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