#454E88

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

Shades of Tory Blue #454E88

Tints of Tory Blue #454E88

Color information

#454E88 (or 0x454E88) is unknown color: approx Tory Blue. HEX triplet: 45, 4E and 88. RGB value is (69,78,136). Sum of RGB (Red+Green+Blue) = 69+78+136=283 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.38% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 136 (53.52% from 255 or 48.06% from 283); Max value from RGB is 136 - color contains mainly: blue. Hex color #454E88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #454E88 is #BAB177. Grayscale: #515151. Windows color (decimal): -12235128 or 8932933. OLE color: 8932933.

HSL color Cylindrical-coordinate representation of color #454E88: hue angle of 231.94º degrees, saturation: 0.33, 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 #454E88 is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6978136-
CMYK0.490.4300.47
HSL231.94º32.68%40.2%-
HSV(B)231.94º49.26%53.33%-
XYZ9.628.4924.42-
YUV81.92158.52118.78-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.38%
GREEN value IS 78 (30.86% from 255) = 27.56%
BLUE value IS 136 (53.52% from 255) = 48.06%
R=24.38%
G=27.56%
B=48.06%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal69781360.490.4300.47231.9432.6840.2
Hex454E88312B02Fe82128
Octal10511621061530573504150
Binary1000101100111010001000110001101011010111111101000100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454E88; }

 p { color: rgb(69,78,136); }

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

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

 a { background-color: rgb(69,78,136); }

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

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

 span { border-color: rgb(69,78,136); }

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