#494B4C

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

Shades of Atomic #494B4C

Tints of Atomic #494B4C

Color information

#494B4C (or 0x494B4C) is unknown color: approx Atomic. HEX triplet: 49, 4B and 4C. RGB value is (73,75,76). Sum of RGB (Red+Green+Blue) = 73+75+76=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 75 (29.69% from 255 or 33.48% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 76 - color contains mainly: blue. Hex color #494B4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494B4C is #B6B4B3. Grayscale: #4A4A4A. Windows color (decimal): -11973812 or 5000009. OLE color: 5000009.

HSL color Cylindrical-coordinate representation of color #494B4C: hue angle of 200º degrees, saturation: 0.02, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #494B4C is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB737576-
CMYK0.040.0100.70
HSL200º2.01%29.22%-
HSV(B)200º3.95%29.8%-
XYZ6.576.977.84-
YUV74.52128.84126.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.59%
GREEN value IS 75 (29.69% from 255) = 33.48%
BLUE value IS 76 (30.08% from 255) = 33.93%
R=32.59%
G=33.48%
B=33.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7375760.040.0100.702002.0129.22
Hex494B4C41046c821d
Octal111113114410106310235
Binary100100110010111001100100101000110110010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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