#494C5C

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

Shades of Blue Zodiac #494C5C

Tints of Blue Zodiac #494C5C

Color information

#494C5C (or 0x494C5C) is unknown color: approx Blue Zodiac. HEX triplet: 49, 4C and 5C. RGB value is (73,76,92). Sum of RGB (Red+Green+Blue) = 73+76+92=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 92 - color contains mainly: blue. Hex color #494C5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494C5C is #B6B3A3. Grayscale: #4C4C4C. Windows color (decimal): -11973540 or 6048841. OLE color: 6048841.

HSL color Cylindrical-coordinate representation of color #494C5C: hue angle of 230.53º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #494C5C is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB737692-
CMYK0.210.1700.64
HSL230.53º11.52%32.35%-
HSV(B)230.53º20.65%36.08%-
XYZ7.267.3611.16-
YUV76.93136.51125.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.29%
GREEN value IS 76 (30.08% from 255) = 31.54%
BLUE value IS 92 (36.33% from 255) = 38.17%
R=30.29%
G=31.54%
B=38.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7376920.210.1700.64230.5311.5232.35
Hex494C5C1511040e7c20
Octal111114134252101003471440
Binary100100110011001011100101011000101000000111001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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