Html Css Color HEX #424156 Gun Powder

📋 copy color: '#424156'

red 66 ◦ green 65 ◦ blue 86

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

Shades of Gun Powder #424156

Tints of Gun Powder #424156

RGB

 RED value IS 66 (26.17% from 255) = 30.41%

 GREEN value IS 65 (25.78% from 255) = 29.95%

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

R = 30.41%
G = 29.95%
B = 39.63%

CMYK

 C value IS 0.23

 M value IS 0.24

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#424156 (or 0x424156) is known color: Gun Powder. HEX triplet: 42, 41 and 56. RGB value is (66,65,86). Sum of RGB (Red+Green+Blue) = 66+65+86=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 65 (25.78% from 255 or 29.95% 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 #424156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424156 is #BDBEA9. Grayscale: #434343. Windows color (decimal): -12435114 or 5652802. OLE color: 5652802.

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

Color convert

RGB 66 65 86 -
CMYK 0.23 0.24 0 0.66
HSL 242.86º 0.14% 0.3% -
HSV(B) 242.86º 0.24% 0.34% -
XYZ 5.82 5.61 9.58 -
YUV 67.69 138.33 126.79 -
System Red Green Blue C M Y K H S L
Decimal 66 65 86 0.23 0.24 0 0.66 242.86 0.14 0.3
Hex 42 41 56 17 18 0 42 F3 E 1E
Octal 102 101 126 27 30 0 102 363 16 36
Binary 1000010 1000001 1010110 10111 11000 0 1000010 11110011 1110 11110

Color Harmonies of #424156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424156

Black with #424156

Text Example


Text Example

White with #424156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424156; }

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

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

background-color css

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

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

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

border-color css

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

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

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