#434849

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

Shades of Atomic #434849

Tints of Atomic #434849

Color information

#434849 (or 0x434849) is unknown color: approx Atomic. HEX triplet: 43, 48 and 49. RGB value is (67,72,73). Sum of RGB (Red+Green+Blue) = 67+72+73=212 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.60% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 73 (28.91% from 255 or 34.43% from 212); Max value from RGB is 73 - color contains mainly: blue. Hex color #434849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434849 is #BCB7B6. Grayscale: #464646. Windows color (decimal): -12367799 or 4802627. OLE color: 4802627.

HSL color Cylindrical-coordinate representation of color #434849: hue angle of 190º degrees, saturation: 0.04, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #434849 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB677273-
CMYK0.080.0100.71
HSL190º4.29%27.45%-
HSV(B)190º8.22%28.63%-
XYZ5.836.317.21-
YUV70.62129.34125.42-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.60%
GREEN value IS 72 (28.52% from 255) = 33.96%
BLUE value IS 73 (28.91% from 255) = 34.43%
R=31.60%
G=33.96%
B=34.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6772730.080.0100.711904.2927.45
Hex43484981047be41b
Octal1031101111010107276433
Binary10000111001000100100110001010001111011111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434849; }

 p { color: rgb(67,72,73); }

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

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

 a { background-color: rgb(67,72,73); }

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

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

 span { border-color: rgb(67,72,73); }

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