Html Css Color HEX #444061 Gun Powder

📋 copy color: '#444061'

red 68 ◦ green 64 ◦ blue 97

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

Shades of Gun Powder #444061

Tints of Gun Powder #444061

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.95%

 BLUE value IS 97 (38.28% from 255) = 42.36%

R = 29.69%
G = 27.95%
B = 42.36%

CMYK

 C value IS 0.30

 M value IS 0.34

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#444061 (or 0x444061) is known color: Gun Powder. HEX triplet: 44, 40 and 61. RGB value is (68,64,97). Sum of RGB (Red+Green+Blue) = 68+64+97=229 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.69% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 97 (38.28% from 255 or 42.36% from 229); Max value from RGB is 97 - color contains mainly: blue. Hex color #444061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444061 is #BBBF9E. Grayscale: #444444. Windows color (decimal): -12304287 or 6373444. OLE color: 6373444.

HSL color Cylindrical-coordinate representation of color #444061: hue angle of 247.27º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #444061 is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 64 97 -
CMYK 0.30 0.34 0 0.62
HSL 247.27º 0.2% 0.32% -
HSV(B) 247.27º 0.34% 0.38% -
XYZ 6.37 5.76 12.08 -
YUV 68.96 143.83 127.32 -
System Red Green Blue C M Y K H S L
Decimal 68 64 97 0.30 0.34 0 0.62 247.27 0.2 0.32
Hex 44 40 61 1E 22 0 3E F7 14 20
Octal 104 100 141 36 42 0 76 367 24 40
Binary 1000100 1000000 1100001 11110 100010 0 111110 11110111 10100 100000

Color Harmonies of #444061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444061

Black with #444061

Text Example


Text Example

White with #444061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444061; }

 p { color: rgb(68,64,97); }

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

background-color css

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

 a { background-color: rgb(68,64,97); }

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

border-color css

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

 span { border-color: rgb(68,64,97); }

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