Html Css Color HEX #43494C Atomic

📋 copy color: '#43494C'

red 67 ◦ green 73 ◦ blue 76

#43494C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atomic #43494C

Tints of Atomic #43494C

RGB

 RED value IS 67 (26.56% from 255) = 31.02%

 GREEN value IS 73 (28.91% from 255) = 33.8%

 BLUE value IS 76 (30.08% from 255) = 35.19%

R = 31.02%
G = 33.8%
B = 35.19%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#43494C (or 0x43494C) is known color: 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

RGB 67 73 76 -
CMYK 0.12 0.04 0 0.70
HSL 200º 0.06% 0.28% -
HSV(B) 200º 0.12% 0.3% -
XYZ 6 6.48 7.77 -
YUV 71.55 130.51 124.76 -
System Red Green Blue C M Y K H S L
Decimal 67 73 76 0.12 0.04 0 0.70 200 0.06 0.28
Hex 43 49 4C C 4 0 46 C8 6 1C
Octal 103 111 114 14 4 0 106 310 6 34
Binary 1000011 1001001 1001100 1100 100 0 1000110 11001000 110 11100

Color Harmonies of #43494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43494C

Black with #43494C

Text Example


Text Example

White with #43494C

Text Example


Text Example

HTML Codes & Css Web 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>