#423F56

Color #423F56 Gun Powder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gun Powder #423F56

Tints of Gun Powder #423F56

Color information

#423F56 (or 0x423F56) is unknown color: approx Gun Powder. HEX triplet: 42, 3F and 56. RGB value is (66,63,86). Sum of RGB (Red+Green+Blue) = 66+63+86=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 63 (25% from 255 or 29.30% from 215); Blue value is 86 (33.98% from 255 or 40% from 215); Max value from RGB is 86 - color contains mainly: blue. Hex color #423F56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423F56 is #BDC0A9. Grayscale: #424242. Windows color (decimal): -12435626 or 5652290. OLE color: 5652290.

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

Color convert

RGB666386-
CMYK0.230.2700.66
HSL247.83º15.44%29.22%-
HSV(B)247.83º26.74%33.73%-
XYZ5.75.399.54-
YUV66.52138.99127.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.70%
GREEN value IS 63 (25% from 255) = 29.30%
BLUE value IS 86 (33.98% from 255) = 40%
R=30.70%
G=29.30%
B=40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6663860.230.2700.66247.8315.4429.22
Hex423F56171B042f8f1d
Octal10277126273301023701735
Binary1000010111111101011010111110110100001011111000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423F56; }

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

 H1.HeaderClassName
 {
   color: #423F56;
 }
 .AnyTagClassName
 {
   color: #423F56;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #423F56;
 }
 .BgClassName
 {
   background-color: #423F56;
 }
</style>
border-color css

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

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

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