#494C5A

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

Shades of Blue Zodiac #494C5A

Tints of Blue Zodiac #494C5A

Color information

#494C5A (or 0x494C5A) is unknown color: approx Blue Zodiac. HEX triplet: 49, 4C and 5A. RGB value is (73,76,90). Sum of RGB (Red+Green+Blue) = 73+76+90=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 76 (30.08% from 255 or 31.80% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 90 - color contains mainly: blue. Hex color #494C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494C5A is #B6B3A5. Grayscale: #4C4C4C. Windows color (decimal): -11973542 or 5917769. OLE color: 5917769.

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

Color convert

RGB737690-
CMYK0.190.1600.65
HSL229.41º10.43%31.96%-
HSV(B)229.41º18.89%35.29%-
XYZ7.187.3210.71-
YUV76.7135.51125.36-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.54%
GREEN value IS 76 (30.08% from 255) = 31.80%
BLUE value IS 90 (35.55% from 255) = 37.66%
R=30.54%
G=31.80%
B=37.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7376900.190.1600.65229.4110.4331.96
Hex494C5A1310041e5a20
Octal111114132232001013451240
Binary100100110011001011010100111000001000001111001011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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