Html Css Color HEX #434056 Gun Powder

📋 copy color: '#434056'

red 67 ◦ green 64 ◦ blue 86

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

Shades of Gun Powder #434056

Tints of Gun Powder #434056

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.49%

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

R = 30.88%
G = 29.49%
B = 39.63%

CMYK

 C value IS 0.22

 M value IS 0.26

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#434056 (or 0x434056) is known color: Gun Powder. HEX triplet: 43, 40 and 56. RGB value is (67,64,86). Sum of RGB (Red+Green+Blue) = 67+64+86=217 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.88% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 86 (33.98% from 255 or 39.63% from 217); Max value from RGB is 86 - color contains mainly: blue. Hex color #434056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434056 is #BCBFA9. Grayscale: #434343. Windows color (decimal): -12369834 or 5652547. OLE color: 5652547.

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

Color convert

RGB 67 64 86 -
CMYK 0.22 0.26 0 0.66
HSL 248.18º 0.15% 0.29% -
HSV(B) 248.18º 0.26% 0.34% -
XYZ 5.83 5.53 9.56 -
YUV 67.41 138.49 127.71 -
System Red Green Blue C M Y K H S L
Decimal 67 64 86 0.22 0.26 0 0.66 248.18 0.15 0.29
Hex 43 40 56 16 1A 0 42 F8 F 1D
Octal 103 100 126 26 32 0 102 370 17 35
Binary 1000011 1000000 1010110 10110 11010 0 1000010 11111000 1111 11101

Color Harmonies of #434056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434056

Black with #434056

Text Example


Text Example

White with #434056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434056; }

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

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

background-color css

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

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

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

border-color css

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

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

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