Html Css Color HEX #43484D Arsenic

📋 copy color: '#43484D'

red 67 ◦ green 72 ◦ blue 77

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

Shades of Arsenic #43484D

Tints of Arsenic #43484D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 35.65%

R = 31.02%
G = 33.33%
B = 35.65%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#43484D (or 0x43484D) is known color: Arsenic. HEX triplet: 43, 48 and 4D. RGB value is (67,72,77). Sum of RGB (Red+Green+Blue) = 67+72+77=216 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.02% from 216); Green value is 72 (28.52% from 255 or 33.33% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 77 - color contains mainly: blue. Hex color #43484D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43484D is #BCB7B2. Grayscale: #474747. Windows color (decimal): -12367795 or 5064771. OLE color: 5064771.

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

Color convert

RGB 67 72 77 -
CMYK 0.13 0.06 0 0.70
HSL 210º 0.07% 0.28% -
HSV(B) 210º 0.13% 0.3% -
XYZ 5.97 6.36 7.93 -
YUV 71.08 131.34 125.09 -
System Red Green Blue C M Y K H S L
Decimal 67 72 77 0.13 0.06 0 0.70 210 0.07 0.28
Hex 43 48 4D D 6 0 46 D2 7 1C
Octal 103 110 115 15 6 0 106 322 7 34
Binary 1000011 1001000 1001101 1101 110 0 1000110 11010010 111 11100

Color Harmonies of #43484D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43484D

Black with #43484D

Text Example


Text Example

White with #43484D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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