Html Css Color HEX #434556 Gun Powder

📋 copy color: '#434556'

red 67 ◦ green 69 ◦ blue 86

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

Shades of Gun Powder #434556

Tints of Gun Powder #434556

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.08%

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

R = 30.18%
G = 31.08%
B = 38.74%

CMYK

 C value IS 0.22

 M value IS 0.20

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#434556 (or 0x434556) is known color: Gun Powder. HEX triplet: 43, 45 and 56. RGB value is (67,69,86). Sum of RGB (Red+Green+Blue) = 67+69+86=222 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.18% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 86 (33.98% from 255 or 38.74% from 222); Max value from RGB is 86 - color contains mainly: blue. Hex color #434556 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434556 is #BCBAA9. Grayscale: #464646. Windows color (decimal): -12368554 or 5653827. OLE color: 5653827.

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

Color convert

RGB 67 69 86 -
CMYK 0.22 0.20 0 0.66
HSL 233.68º 0.12% 0.3% -
HSV(B) 233.68º 0.22% 0.34% -
XYZ 6.12 6.12 9.66 -
YUV 70.34 136.84 125.62 -
System Red Green Blue C M Y K H S L
Decimal 67 69 86 0.22 0.20 0 0.66 233.68 0.12 0.3
Hex 43 45 56 16 14 0 42 EA C 1E
Octal 103 105 126 26 24 0 102 352 14 36
Binary 1000011 1000101 1010110 10110 10100 0 1000010 11101010 1100 11110

Color Harmonies of #434556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434556

Black with #434556

Text Example


Text Example

White with #434556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434556; }

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

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

background-color css

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

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

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

border-color css

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

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

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