Html Css Color HEX #433F58 Gun Powder

📋 copy color: '#433F58'

red 67 ◦ green 63 ◦ blue 88

#433F58
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gun Powder #433F58

Tints of Gun Powder #433F58

RGB

 RED value IS 67 (26.56% from 255) = 30.73%

 GREEN value IS 63 (25% from 255) = 28.9%

 BLUE value IS 88 (34.77% from 255) = 40.37%

R = 30.73%
G = 28.9%
B = 40.37%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#433F58 (or 0x433F58) is known color: 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

RGB 67 63 88 -
CMYK 0.24 0.28 0 0.65
HSL 249.6º 0.17% 0.3% -
HSV(B) 249.6º 0.28% 0.35% -
XYZ 5.85 5.45 9.98 -
YUV 67.05 139.83 127.97 -
System Red Green Blue C M Y K H S L
Decimal 67 63 88 0.24 0.28 0 0.65 249.6 0.17 0.3
Hex 43 3F 58 18 1C 0 41 FA 11 1E
Octal 103 77 130 30 34 0 101 372 21 36
Binary 1000011 111111 1011000 11000 11100 0 1000001 11111010 10001 11110

Color Harmonies of #433F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433F58

Black with #433F58

Text Example


Text Example

White with #433F58

Text Example


Text Example

HTML Codes & Css Web 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>