Html Css Color HEX #424059 Gun Powder

📋 copy color: '#424059'

red 66 ◦ green 64 ◦ blue 89

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

Shades of Gun Powder #424059

Tints of Gun Powder #424059

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.22%

 BLUE value IS 89 (35.16% from 255) = 40.64%

R = 30.14%
G = 29.22%
B = 40.64%

CMYK

 C value IS 0.26

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#424059 (or 0x424059) is known color: Gun Powder. HEX triplet: 42, 40 and 59. RGB value is (66,64,89). Sum of RGB (Red+Green+Blue) = 66+64+89=219 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30.14% from 219); Green value is 64 (25.39% from 255 or 29.22% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 89 - color contains mainly: blue. Hex color #424059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424059 is #BDBFA6. Grayscale: #434343. Windows color (decimal): -12435367 or 5849154. OLE color: 5849154.

HSL color Cylindrical-coordinate representation of color #424059: hue angle of 244.8º degrees, saturation: 0.16, 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 #424059 is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 64 89 -
CMYK 0.26 0.28 0 0.65
HSL 244.8º 0.16% 0.3% -
HSV(B) 244.8º 0.28% 0.35% -
XYZ 5.88 5.55 10.21 -
YUV 67.45 140.16 126.97 -
System Red Green Blue C M Y K H S L
Decimal 66 64 89 0.26 0.28 0 0.65 244.8 0.16 0.3
Hex 42 40 59 1A 1C 0 41 F5 10 1E
Octal 102 100 131 32 34 0 101 365 20 36
Binary 1000010 1000000 1011001 11010 11100 0 1000001 11110101 10000 11110

Color Harmonies of #424059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424059

Black with #424059

Text Example


Text Example

White with #424059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424059; }

 p { color: rgb(66,64,89); }

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

background-color css

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

 a { background-color: rgb(66,64,89); }

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

border-color css

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

 span { border-color: rgb(66,64,89); }

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