Html Css Color HEX #424459 Gun Powder

📋 copy color: '#424459'

red 66 ◦ green 68 ◦ blue 89

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

Shades of Gun Powder #424459

Tints of Gun Powder #424459

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.49%

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

R = 29.6%
G = 30.49%
B = 39.91%

CMYK

 C value IS 0.26

 M value IS 0.24

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#424459 (or 0x424459) is known color: Gun Powder. HEX triplet: 42, 44 and 59. RGB value is (66,68,89). Sum of RGB (Red+Green+Blue) = 66+68+89=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 68 (26.95% from 255 or 30.49% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 89 - color contains mainly: blue. Hex color #424459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424459 is #BDBBA6. Grayscale: #454545. Windows color (decimal): -12434343 or 5850178. OLE color: 5850178.

HSL color Cylindrical-coordinate representation of color #424459: hue angle of 234.78º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #424459 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 68 89 -
CMYK 0.26 0.24 0 0.65
HSL 234.78º 0.15% 0.3% -
HSV(B) 234.78º 0.26% 0.35% -
XYZ 6.12 6.01 10.29 -
YUV 69.8 138.84 125.29 -
System Red Green Blue C M Y K H S L
Decimal 66 68 89 0.26 0.24 0 0.65 234.78 0.15 0.3
Hex 42 44 59 1A 18 0 41 EB F 1E
Octal 102 104 131 32 30 0 101 353 17 36
Binary 1000010 1000100 1011001 11010 11000 0 1000001 11101011 1111 11110

Color Harmonies of #424459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424459

Black with #424459

Text Example


Text Example

White with #424459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424459; }

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

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

background-color css

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

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

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

border-color css

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

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

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