Html Css Color HEX #444558 Gun Powder

📋 copy color: '#444558'

red 68 ◦ green 69 ◦ blue 88

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

Shades of Gun Powder #444558

Tints of Gun Powder #444558

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.67%

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

R = 30.22%
G = 30.67%
B = 39.11%

CMYK

 C value IS 0.23

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#444558 (or 0x444558) is known color: Gun Powder. HEX triplet: 44, 45 and 58. RGB value is (68,69,88). Sum of RGB (Red+Green+Blue) = 68+69+88=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 88 (34.77% from 255 or 39.11% from 225); Max value from RGB is 88 - color contains mainly: blue. Hex color #444558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444558 is #BBBAA7. Grayscale: #464646. Windows color (decimal): -12303016 or 5784900. OLE color: 5784900.

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

Color convert

RGB 68 69 88 -
CMYK 0.23 0.22 0 0.65
HSL 237º 0.13% 0.31% -
HSV(B) 237º 0.23% 0.35% -
XYZ 6.27 6.19 10.1 -
YUV 70.87 137.67 125.96 -
System Red Green Blue C M Y K H S L
Decimal 68 69 88 0.23 0.22 0 0.65 237 0.13 0.31
Hex 44 45 58 17 16 0 41 ED D 1F
Octal 104 105 130 27 26 0 101 355 15 37
Binary 1000100 1000101 1011000 10111 10110 0 1000001 11101101 1101 11111

Color Harmonies of #444558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444558

Black with #444558

Text Example


Text Example

White with #444558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444558; }

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

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

background-color css

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

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

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

border-color css

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

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

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