Html Css Color HEX #424254 Gun Powder

📋 copy color: '#424254'

red 66 ◦ green 66 ◦ blue 84

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

Shades of Gun Powder #424254

Tints of Gun Powder #424254

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.56%

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

R = 30.56%
G = 30.56%
B = 38.89%

CMYK

 C value IS 0.21

 M value IS 0.21

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#424254 (or 0x424254) is known color: Gun Powder. HEX triplet: 42, 42 and 54. RGB value is (66,66,84). Sum of RGB (Red+Green+Blue) = 66+66+84=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 84 (33.20% from 255 or 38.89% from 216); Max value from RGB is 84 - color contains mainly: blue. Hex color #424254 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424254 is #BDBDAB. Grayscale: #434343. Windows color (decimal): -12434860 or 5521986. OLE color: 5521986.

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

Color convert

RGB 66 66 84 -
CMYK 0.21 0.21 0 0.67
HSL 240º 0.12% 0.29% -
HSV(B) 240º 0.21% 0.33% -
XYZ 5.8 5.69 9.18 -
YUV 68.05 137 126.54 -
System Red Green Blue C M Y K H S L
Decimal 66 66 84 0.21 0.21 0 0.67 240 0.12 0.29
Hex 42 42 54 15 15 0 43 F0 C 1D
Octal 102 102 124 25 25 0 103 360 14 35
Binary 1000010 1000010 1010100 10101 10101 0 1000011 11110000 1100 11101

Color Harmonies of #424254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424254

Black with #424254

Text Example


Text Example

White with #424254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424254; }

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

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

background-color css

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

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

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

border-color css

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

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

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