#423F59

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

Shades of Gun Powder #423F59

Tints of Gun Powder #423F59

Color information

#423F59 (or 0x423F59) is unknown color: approx Gun Powder. HEX triplet: 42, 3F and 59. RGB value is (66,63,89). Sum of RGB (Red+Green+Blue) = 66+63+89=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 63 (25% from 255 or 28.90% from 218); Blue value is 89 (35.16% from 255 or 40.83% from 218); Max value from RGB is 89 - color contains mainly: blue. Hex color #423F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423F59 is #BDC0A6. Grayscale: #424242. Windows color (decimal): -12435623 or 5848898. OLE color: 5848898.

HSL color Cylindrical-coordinate representation of color #423F59: hue angle of 246.92º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #423F59 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB666389-
CMYK0.260.2900.65
HSL246.92º17.11%29.8%-
HSV(B)246.92º29.21%34.9%-
XYZ5.835.4310.19-
YUV66.86140.49127.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.28%
GREEN value IS 63 (25% from 255) = 28.90%
BLUE value IS 89 (35.16% from 255) = 40.83%
R=30.28%
G=28.90%
B=40.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6663890.260.2900.65246.9217.1129.8
Hex423F591A1D041f7111e
Octal10277131323501013672136
Binary10000101111111011001110101110101000001111101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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