Html Css Color HEX #444152 Gun Powder

📋 copy color: '#444152'

red 68 ◦ green 65 ◦ blue 82

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

Shades of Gun Powder #444152

Tints of Gun Powder #444152

RGB

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

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

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

R = 31.63%
G = 30.23%
B = 38.14%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#444152 (or 0x444152) is known color: Gun Powder. HEX triplet: 44, 41 and 52. RGB value is (68,65,82). Sum of RGB (Red+Green+Blue) = 68+65+82=215 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.63% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 82 (32.42% from 255 or 38.14% from 215); Max value from RGB is 82 - color contains mainly: blue. Hex color #444152 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444152 is #BBBEAD. Grayscale: #434343. Windows color (decimal): -12304046 or 5390660. OLE color: 5390660.

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

Color convert

RGB 68 65 82 -
CMYK 0.17 0.21 0 0.68
HSL 250.59º 0.12% 0.29% -
HSV(B) 250.59º 0.21% 0.32% -
XYZ 5.8 5.62 8.76 -
YUV 67.84 135.99 128.12 -
System Red Green Blue C M Y K H S L
Decimal 68 65 82 0.17 0.21 0 0.68 250.59 0.12 0.29
Hex 44 41 52 11 15 0 44 FB C 1D
Octal 104 101 122 21 25 0 104 373 14 35
Binary 1000100 1000001 1010010 10001 10101 0 1000100 11111011 1100 11101

Color Harmonies of #444152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444152

Black with #444152

Text Example


Text Example

White with #444152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444152; }

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

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

background-color css

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

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

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

border-color css

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

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

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