#494C58

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

Shades of Blue Zodiac #494C58

Tints of Blue Zodiac #494C58

Color information

#494C58 (or 0x494C58) is unknown color: approx Blue Zodiac. HEX triplet: 49, 4C and 58. RGB value is (73,76,88). Sum of RGB (Red+Green+Blue) = 73+76+88=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 76 (30.08% from 255 or 32.07% from 237); Blue value is 88 (34.77% from 255 or 37.13% from 237); Max value from RGB is 88 - color contains mainly: blue. Hex color #494C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494C58 is #B6B3A7. Grayscale: #4C4C4C. Windows color (decimal): -11973544 or 5786697. OLE color: 5786697.

HSL color Cylindrical-coordinate representation of color #494C58: hue angle of 228º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #494C58 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB737688-
CMYK0.170.1400.65
HSL228º9.32%31.57%-
HSV(B)228º17.05%34.51%-
XYZ7.097.2910.27-
YUV76.47134.51125.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.80%
GREEN value IS 76 (30.08% from 255) = 32.07%
BLUE value IS 88 (34.77% from 255) = 37.13%
R=30.80%
G=32.07%
B=37.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7376880.170.1400.652289.3231.57
Hex494C5811E041e4920
Octal111114130211601013441140
Binary10010011001100101100010001111001000001111001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494C58; }

 p { color: rgb(73,76,88); }

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

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

 a { background-color: rgb(73,76,88); }

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

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

 span { border-color: rgb(73,76,88); }

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