#455283

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

Shades of Tory Blue #455283

Tints of Tory Blue #455283

Color information

#455283 (or 0x455283) is unknown color: approx Tory Blue. HEX triplet: 45, 52 and 83. RGB value is (69,82,131). Sum of RGB (Red+Green+Blue) = 69+82+131=282 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.47% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 131 (51.56% from 255 or 46.45% from 282); Max value from RGB is 131 - color contains mainly: blue. Hex color #455283 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455283 is #BAAD7C. Grayscale: #535353. Windows color (decimal): -12234109 or 8606277. OLE color: 8606277.

HSL color Cylindrical-coordinate representation of color #455283: hue angle of 227.42º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #455283 is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6982131-
CMYK0.470.3700.49
HSL227.42º31%39.22%-
HSV(B)227.42º47.33%51.37%-
XYZ9.578.9422.69-
YUV83.7154.69117.52-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.47%
GREEN value IS 82 (32.42% from 255) = 29.08%
BLUE value IS 131 (51.56% from 255) = 46.45%
R=24.47%
G=29.08%
B=46.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal69821310.470.3700.49227.423139.22
Hex4552832F25031e31f27
Octal10512220357450613433747
Binary100010110100101000001110111110010101100011110001111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455283; }

 p { color: rgb(69,82,131); }

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

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

 a { background-color: rgb(69,82,131); }

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

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

 span { border-color: rgb(69,82,131); }

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