Html Css Color HEX #444252 Gun Powder

📋 copy color: '#444252'

red 68 ◦ green 66 ◦ blue 82

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

Shades of Gun Powder #444252

Tints of Gun Powder #444252

RGB

 RED value IS 68 (26.95% from 255) = 31.48%

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

 BLUE value IS 82 (32.42% from 255) = 37.96%

R = 31.48%
G = 30.56%
B = 37.96%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#444252 (or 0x444252) is known color: Gun Powder. HEX triplet: 44, 42 and 52. RGB value is (68,66,82). Sum of RGB (Red+Green+Blue) = 68+66+82=216 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.48% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 82 (32.42% from 255 or 37.96% from 216); Max value from RGB is 82 - color contains mainly: blue. Hex color #444252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444252 is #BBBDAD. Grayscale: #444444. Windows color (decimal): -12303790 or 5390916. OLE color: 5390916.

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

Color convert

RGB 68 66 82 -
CMYK 0.17 0.20 0 0.68
HSL 247.5º 0.11% 0.29% -
HSV(B) 247.5º 0.2% 0.32% -
XYZ 5.86 5.73 8.78 -
YUV 68.42 135.66 127.7 -
System Red Green Blue C M Y K H S L
Decimal 68 66 82 0.17 0.20 0 0.68 247.5 0.11 0.29
Hex 44 42 52 11 14 0 44 F8 B 1D
Octal 104 102 122 21 24 0 104 370 13 35
Binary 1000100 1000010 1010010 10001 10100 0 1000100 11111000 1011 11101

Color Harmonies of #444252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444252

Black with #444252

Text Example


Text Example

White with #444252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444252; }

 p { color: rgb(68,66,82); }

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

background-color css

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

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

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

border-color css

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

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

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