Html Css Color HEX #42404E Gun Powder

📋 copy color: '#42404E'

red 66 ◦ green 64 ◦ blue 78

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

Shades of Gun Powder #42404E

Tints of Gun Powder #42404E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 37.5%

R = 31.73%
G = 30.77%
B = 37.5%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#42404E (or 0x42404E) is known color: Gun Powder. HEX triplet: 42, 40 and 4E. RGB value is (66,64,78). Sum of RGB (Red+Green+Blue) = 66+64+78=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 78 (30.86% from 255 or 37.5% from 208); Max value from RGB is 78 - color contains mainly: blue. Hex color #42404E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42404E is #BDBFB1. Grayscale: #424242. Windows color (decimal): -12435378 or 5128258. OLE color: 5128258.

HSL color Cylindrical-coordinate representation of color #42404E: hue angle of 248.57º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #42404E is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 64 78 -
CMYK 0.15 0.18 0 0.69
HSL 248.57º 0.1% 0.28% -
HSV(B) 248.57º 0.18% 0.31% -
XYZ 5.46 5.38 7.96 -
YUV 66.19 134.66 127.86 -
System Red Green Blue C M Y K H S L
Decimal 66 64 78 0.15 0.18 0 0.69 248.57 0.1 0.28
Hex 42 40 4E F 12 0 45 F9 A 1C
Octal 102 100 116 17 22 0 105 371 12 34
Binary 1000010 1000000 1001110 1111 10010 0 1000101 11111001 1010 11100

Color Harmonies of #42404E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42404E

Black with #42404E

Text Example


Text Example

White with #42404E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42404E; }

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

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

background-color css

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

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

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

border-color css

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

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

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