#494C5B

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

Shades of Blue Zodiac #494C5B

Tints of Blue Zodiac #494C5B

Color information

#494C5B (or 0x494C5B) is unknown color: approx Blue Zodiac. HEX triplet: 49, 4C and 5B. RGB value is (73,76,91). Sum of RGB (Red+Green+Blue) = 73+76+91=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 76 (30.08% from 255 or 31.67% from 240); Blue value is 91 (35.94% from 255 or 37.92% from 240); Max value from RGB is 91 - color contains mainly: blue. Hex color #494C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494C5B is #B6B3A4. Grayscale: #4C4C4C. Windows color (decimal): -11973541 or 5983305. OLE color: 5983305.

HSL color Cylindrical-coordinate representation of color #494C5B: hue angle of 230º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #494C5B is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB737691-
CMYK0.200.1600.64
HSL230º10.98%32.16%-
HSV(B)230º19.78%35.69%-
XYZ7.227.3410.93-
YUV76.81136.01125.28-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.42%
GREEN value IS 76 (30.08% from 255) = 31.67%
BLUE value IS 91 (35.94% from 255) = 37.92%
R=30.42%
G=31.67%
B=37.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7376910.200.1600.6423010.9832.16
Hex494C5B1410040e6b20
Octal111114133242001003461340
Binary100100110011001011011101001000001000000111001101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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