#43494C

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

Shades of Atomic #43494C

Tints of Atomic #43494C

Color information

#43494C (or 0x43494C) is unknown color: approx Atomic. HEX triplet: 43, 49 and 4C. RGB value is (67,73,76). Sum of RGB (Red+Green+Blue) = 67+73+76=216 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.02% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 76 - color contains mainly: blue. Hex color #43494C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43494C is #BCB6B3. Grayscale: #474747. Windows color (decimal): -12367540 or 4999491. OLE color: 4999491.

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

Color convert

RGB677376-
CMYK0.120.0400.70
HSL200º6.29%28.04%-
HSV(B)200º11.84%29.8%-
XYZ66.487.77-
YUV71.55130.51124.76-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.02%
GREEN value IS 73 (28.91% from 255) = 33.80%
BLUE value IS 76 (30.08% from 255) = 35.19%
R=31.02%
G=33.80%
B=35.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6773760.120.0400.702006.2928.04
Hex43494CC4046c861c
Octal1031111141440106310634
Binary1000011100100110011001100100010001101100100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43494C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43494C; }

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

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

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

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

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

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

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

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