#423F58

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

Shades of Gun Powder #423F58

Tints of Gun Powder #423F58

Color information

#423F58 (or 0x423F58) is unknown color: approx Gun Powder. HEX triplet: 42, 3F and 58. RGB value is (66,63,88). Sum of RGB (Red+Green+Blue) = 66+63+88=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 63 (25% from 255 or 29.03% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 88 - color contains mainly: blue. Hex color #423F58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423F58 is #BDC0A7. Grayscale: #424242. Windows color (decimal): -12435624 or 5783362. OLE color: 5783362.

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

Color convert

RGB666388-
CMYK0.250.2800.65
HSL247.2º16.56%29.61%-
HSV(B)247.2º28.41%34.51%-
XYZ5.795.429.97-
YUV66.75139.99127.47-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.41%
GREEN value IS 63 (25% from 255) = 29.03%
BLUE value IS 88 (34.77% from 255) = 40.55%
R=30.41%
G=29.03%
B=40.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6663880.250.2800.65247.216.5629.61
Hex423F58191C041f7111e
Octal10277130313401013672136
Binary10000101111111011000110011110001000001111101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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