Html Css Color HEX #424157 Gun Powder

📋 copy color: '#424157'

red 66 ◦ green 65 ◦ blue 87

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

Shades of Gun Powder #424157

Tints of Gun Powder #424157

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.82%

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

R = 30.28%
G = 29.82%
B = 39.91%

CMYK

 C value IS 0.24

 M value IS 0.25

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#424157 (or 0x424157) is known color: Gun Powder. HEX triplet: 42, 41 and 57. RGB value is (66,65,87). Sum of RGB (Red+Green+Blue) = 66+65+87=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 65 (25.78% from 255 or 29.82% from 218); Blue value is 87 (34.38% from 255 or 39.91% from 218); Max value from RGB is 87 - color contains mainly: blue. Hex color #424157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424157 is #BDBEA8. Grayscale: #434343. Windows color (decimal): -12435113 or 5718338. OLE color: 5718338.

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

Color convert

RGB 66 65 87 -
CMYK 0.24 0.25 0 0.66
HSL 242.73º 0.14% 0.3% -
HSV(B) 242.73º 0.25% 0.34% -
XYZ 5.86 5.63 9.79 -
YUV 67.81 138.83 126.71 -
System Red Green Blue C M Y K H S L
Decimal 66 65 87 0.24 0.25 0 0.66 242.73 0.14 0.3
Hex 42 41 57 18 19 0 42 F3 E 1E
Octal 102 101 127 30 31 0 102 363 16 36
Binary 1000010 1000001 1010111 11000 11001 0 1000010 11110011 1110 11110

Color Harmonies of #424157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424157

Black with #424157

Text Example


Text Example

White with #424157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424157; }

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

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

background-color css

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

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

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

border-color css

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

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

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