Html Css Color HEX #424054 Gun Powder

📋 copy color: '#424054'

red 66 ◦ green 64 ◦ blue 84

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

Shades of Gun Powder #424054

Tints of Gun Powder #424054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 39.25%

R = 30.84%
G = 29.91%
B = 39.25%

CMYK

 C value IS 0.21

 M value IS 0.24

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#424054 (or 0x424054) is known color: Gun Powder. HEX triplet: 42, 40 and 54. RGB value is (66,64,84). Sum of RGB (Red+Green+Blue) = 66+64+84=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 84 (33.20% from 255 or 39.25% from 214); Max value from RGB is 84 - color contains mainly: blue. Hex color #424054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424054 is #BDBFAB. Grayscale: #424242. Windows color (decimal): -12435372 or 5521474. OLE color: 5521474.

HSL color Cylindrical-coordinate representation of color #424054: hue angle of 246º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #424054 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 64 84 -
CMYK 0.21 0.24 0 0.67
HSL 246º 0.14% 0.29% -
HSV(B) 246º 0.24% 0.33% -
XYZ 5.68 5.47 9.14 -
YUV 66.88 137.66 127.37 -
System Red Green Blue C M Y K H S L
Decimal 66 64 84 0.21 0.24 0 0.67 246 0.14 0.29
Hex 42 40 54 15 18 0 43 F6 E 1D
Octal 102 100 124 25 30 0 103 366 16 35
Binary 1000010 1000000 1010100 10101 11000 0 1000011 11110110 1110 11101

Color Harmonies of #424054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424054

Black with #424054

Text Example


Text Example

White with #424054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424054; }

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

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

background-color css

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

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

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

border-color css

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

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

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