#465288

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

Shades of Tory Blue #465288

Tints of Tory Blue #465288

Color information

#465288 (or 0x465288) is unknown color: approx Tory Blue. HEX triplet: 46, 52 and 88. RGB value is (70,82,136). Sum of RGB (Red+Green+Blue) = 70+82+136=288 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.31% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 136 (53.52% from 255 or 47.22% from 288); Max value from RGB is 136 - color contains mainly: blue. Hex color #465288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465288 is #B9AD77. Grayscale: #545454. Windows color (decimal): -12168568 or 8933958. OLE color: 8933958.

HSL color Cylindrical-coordinate representation of color #465288: hue angle of 229.09º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #465288 is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7082136-
CMYK0.490.4000.47
HSL229.09º32.04%40.39%-
HSV(B)229.09º48.53%53.33%-
XYZ9.999.1124.53-
YUV84.57157.02117.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.31%
GREEN value IS 82 (32.42% from 255) = 28.47%
BLUE value IS 136 (53.52% from 255) = 47.22%
R=24.31%
G=28.47%
B=47.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal70821360.490.4000.47229.0932.0440.39
Hex465288312802Fe52028
Octal10612221061500573454050
Binary1000110101001010001000110001101000010111111100101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465288; }

 p { color: rgb(70,82,136); }

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

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

 a { background-color: rgb(70,82,136); }

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

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

 span { border-color: rgb(70,82,136); }

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