#494B56

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

Shades of Blue Zodiac #494B56

Tints of Blue Zodiac #494B56

Color information

#494B56 (or 0x494B56) is unknown color: approx Blue Zodiac. HEX triplet: 49, 4B and 56. RGB value is (73,75,86). Sum of RGB (Red+Green+Blue) = 73+75+86=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 75 (29.69% from 255 or 32.05% from 234); Blue value is 86 (33.98% from 255 or 36.75% from 234); Max value from RGB is 86 - color contains mainly: blue. Hex color #494B56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494B56 is #B6B4A9. Grayscale: #4B4B4B. Windows color (decimal): -11973802 or 5655369. OLE color: 5655369.

HSL color Cylindrical-coordinate representation of color #494B56: hue angle of 230.77º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #494B56 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB737586-
CMYK0.150.1300.66
HSL230.77º8.18%31.18%-
HSV(B)230.77º15.12%33.73%-
XYZ6.947.129.81-
YUV75.66133.84126.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.20%
GREEN value IS 75 (29.69% from 255) = 32.05%
BLUE value IS 86 (33.98% from 255) = 36.75%
R=31.20%
G=32.05%
B=36.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7375860.150.1300.66230.778.1831.18
Hex494B56FD042e781f
Octal111113126171501023471037
Binary100100110010111010110111111010100001011100111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,75,86); }

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

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

 a { background-color: rgb(73,75,86); }

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

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

 span { border-color: rgb(73,75,86); }

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