Html Css Color HEX #423F58 Gun Powder

📋 copy color: '#423F58'

red 66 ◦ green 63 ◦ blue 88

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

Shades of Gun Powder #423F58

Tints of Gun Powder #423F58

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 value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

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

RGB 66 63 88 -
CMYK 0.25 0.28 0 0.65
HSL 247.2º 0.17% 0.3% -
HSV(B) 247.2º 0.28% 0.35% -
XYZ 5.79 5.42 9.97 -
YUV 66.75 139.99 127.47 -
System Red Green Blue C M Y K H S L
Decimal 66 63 88 0.25 0.28 0 0.65 247.2 0.17 0.3
Hex 42 3F 58 19 1C 0 41 F7 11 1E
Octal 102 77 130 31 34 0 101 367 21 36
Binary 1000010 111111 1011000 11001 11100 0 1000001 11110111 10001 11110

Color Harmonies of #423F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423F58

Black with #423F58

Text Example


Text Example

White with #423F58

Text Example


Text Example

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