#43494D

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

Shades of Atomic #43494D

Tints of Atomic #43494D

Color information

#43494D (or 0x43494D) is unknown color: approx Atomic. HEX triplet: 43, 49 and 4D. RGB value is (67,73,77). Sum of RGB (Red+Green+Blue) = 67+73+77=217 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.88% from 217); Green value is 73 (28.91% from 255 or 33.64% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 77 - color contains mainly: blue. Hex color #43494D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43494D is #BCB6B2. Grayscale: #474747. Windows color (decimal): -12367539 or 5065027. OLE color: 5065027.

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

Color convert

RGB677377-
CMYK0.130.0500.70
HSL204º6.94%28.24%-
HSV(B)204º12.99%30.2%-
XYZ6.046.497.96-
YUV71.66131.01124.67-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.88%
GREEN value IS 73 (28.91% from 255) = 33.64%
BLUE value IS 77 (30.47% from 255) = 35.48%
R=30.88%
G=33.64%
B=35.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6773770.130.0500.702046.9428.24
Hex43494DD5046cc71c
Octal1031111151550106314734
Binary1000011100100110011011101101010001101100110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43494D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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