#454A59

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

Shades of Blue Zodiac #454A59

Tints of Blue Zodiac #454A59

Color information

#454A59 (or 0x454A59) is unknown color: approx Blue Zodiac. HEX triplet: 45, 4A and 59. RGB value is (69,74,89). Sum of RGB (Red+Green+Blue) = 69+74+89=232 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.74% from 232); Green value is 74 (29.30% from 255 or 31.90% from 232); Blue value is 89 (35.16% from 255 or 38.36% from 232); Max value from RGB is 89 - color contains mainly: blue. Hex color #454A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454A59 is #BAB5A6. Grayscale: #4A4A4A. Windows color (decimal): -12236199 or 5851717. OLE color: 5851717.

HSL color Cylindrical-coordinate representation of color #454A59: hue angle of 225º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #454A59 is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB697489-
CMYK0.220.1700.65
HSL225º12.66%30.98%-
HSV(B)225º22.47%34.9%-
XYZ6.716.8810.43-
YUV74.21136.34124.28-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.74%
GREEN value IS 74 (29.30% from 255) = 31.90%
BLUE value IS 89 (35.16% from 255) = 38.36%
R=29.74%
G=31.90%
B=38.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6974890.220.1700.6522512.6630.98
Hex454A591611041e1d1f
Octal105112131262101013411537
Binary10001011001010101100110110100010100000111100001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,74,89); }

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

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

 a { background-color: rgb(69,74,89); }

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

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

 span { border-color: rgb(69,74,89); }

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