Html Css Color HEX #43484C Arsenic

📋 copy color: '#43484C'

red 67 ◦ green 72 ◦ blue 76

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

Shades of Arsenic #43484C

Tints of Arsenic #43484C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.49%

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

R = 31.16%
G = 33.49%
B = 35.35%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#43484C (or 0x43484C) is known color: Arsenic. HEX triplet: 43, 48 and 4C. RGB value is (67,72,76). Sum of RGB (Red+Green+Blue) = 67+72+76=215 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.16% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 76 - color contains mainly: blue. Hex color #43484C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43484C is #BCB7B3. Grayscale: #464646. Windows color (decimal): -12367796 or 4999235. OLE color: 4999235.

HSL color Cylindrical-coordinate representation of color #43484C: hue angle of 206.67º 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 #43484C is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 67 72 76 -
CMYK 0.12 0.05 0 0.70
HSL 206.67º 0.06% 0.28% -
HSV(B) 206.67º 0.12% 0.3% -
XYZ 5.94 6.35 7.75 -
YUV 70.96 130.84 125.17 -
System Red Green Blue C M Y K H S L
Decimal 67 72 76 0.12 0.05 0 0.70 206.67 0.06 0.28
Hex 43 48 4C C 5 0 46 CF 6 1C
Octal 103 110 114 14 5 0 106 317 6 34
Binary 1000011 1001000 1001100 1100 101 0 1000110 11001111 110 11100

Color Harmonies of #43484C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43484C

Black with #43484C

Text Example


Text Example

White with #43484C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #43484C;
 }
 .AnyTagClassName
 {
   color: #43484C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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