#43494A

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

Shades of Atomic #43494A

Tints of Atomic #43494A

Color information

#43494A (or 0x43494A) is unknown color: approx Atomic. HEX triplet: 43, 49 and 4A. RGB value is (67,73,74). Sum of RGB (Red+Green+Blue) = 67+73+74=214 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.31% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 74 - color contains mainly: blue. Hex color #43494A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43494A is #BCB6B5. Grayscale: #474747. Windows color (decimal): -12367542 or 4868419. OLE color: 4868419.

HSL color Cylindrical-coordinate representation of color #43494A: hue angle of 188.57º degrees, saturation: 0.05, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #43494A is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB677374-
CMYK0.090.0100.71
HSL188.57º4.96%27.65%-
HSV(B)188.57º9.46%29.02%-
XYZ5.936.457.41-
YUV71.32129.51124.92-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.31%
GREEN value IS 73 (28.91% from 255) = 34.11%
BLUE value IS 74 (29.30% from 255) = 34.58%
R=31.31%
G=34.11%
B=34.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6773740.090.0100.71188.574.9627.65
Hex43494A91047bd51c
Octal1031111121110107275534
Binary10000111001001100101010011010001111011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43494A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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