Html Css Color HEX #444258 Gun Powder

📋 copy color: '#444258'

red 68 ◦ green 66 ◦ blue 88

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

Shades of Gun Powder #444258

Tints of Gun Powder #444258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 39.64%

R = 30.63%
G = 29.73%
B = 39.64%

CMYK

 C value IS 0.23

 M value IS 0.25

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#444258 (or 0x444258) is known color: Gun Powder. HEX triplet: 44, 42 and 58. RGB value is (68,66,88). Sum of RGB (Red+Green+Blue) = 68+66+88=222 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.63% from 222); Green value is 66 (26.17% from 255 or 29.73% from 222); Blue value is 88 (34.77% from 255 or 39.64% from 222); Max value from RGB is 88 - color contains mainly: blue. Hex color #444258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444258 is #BBBDA7. Grayscale: #454545. Windows color (decimal): -12303784 or 5784132. OLE color: 5784132.

HSL color Cylindrical-coordinate representation of color #444258: hue angle of 245.45º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #444258 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 68 66 88 -
CMYK 0.23 0.25 0 0.65
HSL 245.45º 0.14% 0.3% -
HSV(B) 245.45º 0.25% 0.35% -
XYZ 6.09 5.83 10.04 -
YUV 69.11 138.66 127.21 -
System Red Green Blue C M Y K H S L
Decimal 68 66 88 0.23 0.25 0 0.65 245.45 0.14 0.3
Hex 44 42 58 17 19 0 41 F5 E 1E
Octal 104 102 130 27 31 0 101 365 16 36
Binary 1000100 1000010 1011000 10111 11001 0 1000001 11110101 1110 11110

Color Harmonies of #444258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444258

Black with #444258

Text Example


Text Example

White with #444258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444258; }

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

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

background-color css

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

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

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

border-color css

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

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

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