Html Css Color HEX #42414F Gun Powder

📋 copy color: '#42414F'

red 66 ◦ green 65 ◦ blue 79

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

Shades of Gun Powder #42414F

Tints of Gun Powder #42414F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 37.62%

R = 31.43%
G = 30.95%
B = 37.62%

CMYK

 C value IS 0.16

 M value IS 0.18

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#42414F (or 0x42414F) is known color: Gun Powder. HEX triplet: 42, 41 and 4F. RGB value is (66,65,79). Sum of RGB (Red+Green+Blue) = 66+65+79=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 79 (31.25% from 255 or 37.62% from 210); Max value from RGB is 79 - color contains mainly: blue. Hex color #42414F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42414F is #BDBEB0. Grayscale: #424242. Windows color (decimal): -12435121 or 5194050. OLE color: 5194050.

HSL color Cylindrical-coordinate representation of color #42414F: hue angle of 244.29º 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 #42414F is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 65 79 -
CMYK 0.16 0.18 0 0.69
HSL 244.29º 0.1% 0.28% -
HSV(B) 244.29º 0.18% 0.31% -
XYZ 5.55 5.5 8.17 -
YUV 66.9 134.83 127.36 -
System Red Green Blue C M Y K H S L
Decimal 66 65 79 0.16 0.18 0 0.69 244.29 0.1 0.28
Hex 42 41 4F 10 12 0 45 F4 A 1C
Octal 102 101 117 20 22 0 105 364 12 34
Binary 1000010 1000001 1001111 10000 10010 0 1000101 11110100 1010 11100

Color Harmonies of #42414F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42414F

Black with #42414F

Text Example


Text Example

White with #42414F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42414F; }

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

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

background-color css

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

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

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

border-color css

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

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

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