Html Css Color HEX #404259 Gun Powder

📋 copy color: '#404259'

red 64 ◦ green 66 ◦ blue 89

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

Shades of Gun Powder #404259

Tints of Gun Powder #404259

RGB

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

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

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

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

CMYK

 C value IS 0.28

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#404259 (or 0x404259) is known color: Gun Powder. HEX triplet: 40, 42 and 59. RGB value is (64,66,89). Sum of RGB (Red+Green+Blue) = 64+66+89=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 66 (26.17% from 255 or 30.14% 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 #404259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404259 is #BFBDA6. Grayscale: #434343. Windows color (decimal): -12565927 or 5849664. OLE color: 5849664.

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

Color convert

RGB 64 66 89 -
CMYK 0.28 0.26 0 0.65
HSL 235.2º 0.16% 0.3% -
HSV(B) 235.2º 0.28% 0.35% -
XYZ 5.87 5.71 10.24 -
YUV 68.02 139.84 125.13 -
System Red Green Blue C M Y K H S L
Decimal 64 66 89 0.28 0.26 0 0.65 235.2 0.16 0.3
Hex 40 42 59 1C 1A 0 41 EB 10 1E
Octal 100 102 131 34 32 0 101 353 20 36
Binary 1000000 1000010 1011001 11100 11010 0 1000001 11101011 10000 11110

Color Harmonies of #404259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404259

Black with #404259

Text Example


Text Example

White with #404259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404259; }

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

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

background-color css

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

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

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

border-color css

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

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

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