Html Css Color HEX #423E5F Gun Powder

📋 copy color: '#423E5F'

red 66 ◦ green 62 ◦ blue 95

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

Shades of Gun Powder #423E5F

Tints of Gun Powder #423E5F

RGB

 RED value IS 66 (26.17% from 255) = 29.6%

 GREEN value IS 62 (24.61% from 255) = 27.8%

 BLUE value IS 95 (37.5% from 255) = 42.6%

R = 29.6%
G = 27.8%
B = 42.6%

CMYK

 C value IS 0.31

 M value IS 0.35

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#423E5F (or 0x423E5F) is known color: Gun Powder. HEX triplet: 42, 3E and 5F. RGB value is (66,62,95). Sum of RGB (Red+Green+Blue) = 66+62+95=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 62 (24.61% from 255 or 27.80% from 223); Blue value is 95 (37.5% from 255 or 42.60% from 223); Max value from RGB is 95 - color contains mainly: blue. Hex color #423E5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423E5F is #BDC1A0. Grayscale: #424242. Windows color (decimal): -12435873 or 6241858. OLE color: 6241858.

HSL color Cylindrical-coordinate representation of color #423E5F: hue angle of 247.27º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #423E5F is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 66 62 95 -
CMYK 0.31 0.35 0 0.63
HSL 247.27º 0.21% 0.31% -
HSV(B) 247.27º 0.35% 0.37% -
XYZ 6.03 5.43 11.56 -
YUV 66.96 143.83 127.32 -
System Red Green Blue C M Y K H S L
Decimal 66 62 95 0.31 0.35 0 0.63 247.27 0.21 0.31
Hex 42 3E 5F 1F 23 0 3F F7 15 1F
Octal 102 76 137 37 43 0 77 367 25 37
Binary 1000010 111110 1011111 11111 100011 0 111111 11110111 10101 11111

Color Harmonies of #423E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423E5F

Black with #423E5F

Text Example


Text Example

White with #423E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,62,95); }

 H1.HeaderClassName
 {
   color: #423E5F;
 }
 .AnyTagClassName
 {
   color: #423E5F;
 }
</style>

background-color css

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

 a { background-color: rgb(66,62,95); }

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

border-color css

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

 span { border-color: rgb(66,62,95); }

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