Html Css Color HEX #404057 Gun Powder

📋 copy color: '#404057'

red 64 ◦ green 64 ◦ blue 87

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

Shades of Gun Powder #404057

Tints of Gun Powder #404057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 40.47%

R = 29.77%
G = 29.77%
B = 40.47%

CMYK

 C value IS 0.26

 M value IS 0.26

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#404057 (or 0x404057) is known color: Gun Powder. HEX triplet: 40, 40 and 57. RGB value is (64,64,87). Sum of RGB (Red+Green+Blue) = 64+64+87=215 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.77% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 87 (34.38% from 255 or 40.47% from 215); Max value from RGB is 87 - color contains mainly: blue. Hex color #404057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404057 is #BFBFA8. Grayscale: #424242. Windows color (decimal): -12566441 or 5718080. OLE color: 5718080.

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

Color convert

RGB 64 64 87 -
CMYK 0.26 0.26 0 0.66
HSL 240º 0.15% 0.3% -
HSV(B) 240º 0.26% 0.34% -
XYZ 5.67 5.44 9.77 -
YUV 66.62 139.5 126.13 -
System Red Green Blue C M Y K H S L
Decimal 64 64 87 0.26 0.26 0 0.66 240 0.15 0.3
Hex 40 40 57 1A 1A 0 42 F0 F 1E
Octal 100 100 127 32 32 0 102 360 17 36
Binary 1000000 1000000 1010111 11010 11010 0 1000010 11110000 1111 11110

Color Harmonies of #404057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404057

Black with #404057

Text Example


Text Example

White with #404057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404057; }

 p { color: rgb(64,64,87); }

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

background-color css

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

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

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

border-color css

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

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

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