#433F58

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

Shades of Gun Powder #433F58

Tints of Gun Powder #433F58

Color information

#433F58 (or 0x433F58) is unknown color: approx Gun Powder. HEX triplet: 43, 3F and 58. RGB value is (67,63,88). Sum of RGB (Red+Green+Blue) = 67+63+88=218 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.73% from 218); Green value is 63 (25% from 255 or 28.90% from 218); Blue value is 88 (34.77% from 255 or 40.37% from 218); Max value from RGB is 88 - color contains mainly: blue. Hex color #433F58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433F58 is #BCC0A7. Grayscale: #424242. Windows color (decimal): -12370088 or 5783363. OLE color: 5783363.

HSL color Cylindrical-coordinate representation of color #433F58: hue angle of 249.6º 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 #433F58 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB676388-
CMYK0.240.2800.65
HSL249.6º16.56%29.61%-
HSV(B)249.6º28.41%34.51%-
XYZ5.855.459.98-
YUV67.05139.83127.97-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.73%
GREEN value IS 63 (25% from 255) = 28.90%
BLUE value IS 88 (34.77% from 255) = 40.37%
R=30.73%
G=28.90%
B=40.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6763880.240.2800.65249.616.5629.61
Hex433F58181C041fa111e
Octal10377130303401013722136
Binary10000111111111011000110001110001000001111110101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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