Html Css Color HEX #434256 Gun Powder

📋 copy color: '#434256'

red 67 ◦ green 66 ◦ blue 86

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

Shades of Gun Powder #434256

Tints of Gun Powder #434256

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.14%

 BLUE value IS 86 (33.98% from 255) = 39.27%

R = 30.59%
G = 30.14%
B = 39.27%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#434256 (or 0x434256) is known color: Gun Powder. HEX triplet: 43, 42 and 56. RGB value is (67,66,86). Sum of RGB (Red+Green+Blue) = 67+66+86=219 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.59% from 219); Green value is 66 (26.17% from 255 or 30.14% from 219); Blue value is 86 (33.98% from 255 or 39.27% from 219); Max value from RGB is 86 - color contains mainly: blue. Hex color #434256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434256 is #BCBDA9. Grayscale: #444444. Windows color (decimal): -12369322 or 5653059. OLE color: 5653059.

HSL color Cylindrical-coordinate representation of color #434256: hue angle of 243º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #434256 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 67 66 86 -
CMYK 0.22 0.23 0 0.66
HSL 243º 0.13% 0.3% -
HSV(B) 243º 0.23% 0.34% -
XYZ 5.94 5.76 9.6 -
YUV 68.58 137.83 126.87 -
System Red Green Blue C M Y K H S L
Decimal 67 66 86 0.22 0.23 0 0.66 243 0.13 0.3
Hex 43 42 56 16 17 0 42 F3 D 1E
Octal 103 102 126 26 27 0 102 363 15 36
Binary 1000011 1000010 1010110 10110 10111 0 1000010 11110011 1101 11110

Color Harmonies of #434256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434256

Black with #434256

Text Example


Text Example

White with #434256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434256; }

 p { color: rgb(67,66,86); }

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

background-color css

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

 a { background-color: rgb(67,66,86); }

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

border-color css

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

 span { border-color: rgb(67,66,86); }

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