Html Css Color HEX #424057 Gun Powder

📋 copy color: '#424057'

red 66 ◦ green 64 ◦ blue 87

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

Shades of Gun Powder #424057

Tints of Gun Powder #424057

RGB

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

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

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

R = 30.41%
G = 29.49%
B = 40.09%

CMYK

 C value IS 0.24

 M value IS 0.26

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#424057 (or 0x424057) is known color: Gun Powder. HEX triplet: 42, 40 and 57. RGB value is (66,64,87). Sum of RGB (Red+Green+Blue) = 66+64+87=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 87 (34.38% from 255 or 40.09% from 217); Max value from RGB is 87 - color contains mainly: blue. Hex color #424057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424057 is #BDBFA8. Grayscale: #434343. Windows color (decimal): -12435369 or 5718082. OLE color: 5718082.

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

Color convert

RGB 66 64 87 -
CMYK 0.24 0.26 0 0.66
HSL 245.22º 0.15% 0.3% -
HSV(B) 245.22º 0.26% 0.34% -
XYZ 5.8 5.51 9.78 -
YUV 67.22 139.16 127.13 -
System Red Green Blue C M Y K H S L
Decimal 66 64 87 0.24 0.26 0 0.66 245.22 0.15 0.3
Hex 42 40 57 18 1A 0 42 F5 F 1E
Octal 102 100 127 30 32 0 102 365 17 36
Binary 1000010 1000000 1010111 11000 11010 0 1000010 11110101 1111 11110

Color Harmonies of #424057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424057

Black with #424057

Text Example


Text Example

White with #424057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424057; }

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

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

background-color css

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

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

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

border-color css

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

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

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