Html Css Color HEX #424050 Gun Powder

📋 copy color: '#424050'

red 66 ◦ green 64 ◦ blue 80

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

Shades of Gun Powder #424050

Tints of Gun Powder #424050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 38.1%

R = 31.43%
G = 30.48%
B = 38.1%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#424050 (or 0x424050) is known color: Gun Powder. HEX triplet: 42, 40 and 50. RGB value is (66,64,80). Sum of RGB (Red+Green+Blue) = 66+64+80=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 80 - color contains mainly: blue. Hex color #424050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424050 is #BDBFAF. Grayscale: #424242. Windows color (decimal): -12435376 or 5259330. OLE color: 5259330.

HSL color Cylindrical-coordinate representation of color #424050: hue angle of 247.5º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #424050 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 64 80 -
CMYK 0.17 0.20 0 0.69
HSL 247.5º 0.11% 0.28% -
HSV(B) 247.5º 0.2% 0.31% -
XYZ 5.53 5.4 8.34 -
YUV 66.42 135.66 127.7 -
System Red Green Blue C M Y K H S L
Decimal 66 64 80 0.17 0.20 0 0.69 247.5 0.11 0.28
Hex 42 40 50 11 14 0 45 F8 B 1C
Octal 102 100 120 21 24 0 105 370 13 34
Binary 1000010 1000000 1010000 10001 10100 0 1000101 11111000 1011 11100

Color Harmonies of #424050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424050

Black with #424050

Text Example


Text Example

White with #424050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424050; }

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

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

background-color css

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

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

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

border-color css

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

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

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