#423F57

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

Shades of Gun Powder #423F57

Tints of Gun Powder #423F57

Color information

#423F57 (or 0x423F57) is unknown color: approx Gun Powder. HEX triplet: 42, 3F and 57. RGB value is (66,63,87). Sum of RGB (Red+Green+Blue) = 66+63+87=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 63 (25% from 255 or 29.17% from 216); Blue value is 87 (34.38% from 255 or 40.28% from 216); Max value from RGB is 87 - color contains mainly: blue. Hex color #423F57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423F57 is #BDC0A8. Grayscale: #424242. Windows color (decimal): -12435625 or 5717826. OLE color: 5717826.

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

Color convert

RGB666387-
CMYK0.240.2800.66
HSL247.5º16%29.41%-
HSV(B)247.5º27.59%34.12%-
XYZ5.745.49.76-
YUV66.63139.49127.55-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.56%
GREEN value IS 63 (25% from 255) = 29.17%
BLUE value IS 87 (34.38% from 255) = 40.28%
R=30.56%
G=29.17%
B=40.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6663870.240.2800.66247.51629.41
Hex423F57181C042f8101d
Octal10277127303401023702035
Binary10000101111111010111110001110001000010111110001000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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