Html Css Color HEX #444260 Gun Powder

📋 copy color: '#444260'

red 68 ◦ green 66 ◦ blue 96

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

Shades of Gun Powder #444260

Tints of Gun Powder #444260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 41.74%

R = 29.57%
G = 28.7%
B = 41.74%

CMYK

 C value IS 0.29

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#444260 (or 0x444260) is known color: Gun Powder. HEX triplet: 44, 42 and 60. RGB value is (68,66,96). Sum of RGB (Red+Green+Blue) = 68+66+96=230 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.57% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 96 (37.89% from 255 or 41.74% from 230); Max value from RGB is 96 - color contains mainly: blue. Hex color #444260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444260 is #BBBD9F. Grayscale: #454545. Windows color (decimal): -12303776 or 6308420. OLE color: 6308420.

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

Color convert

RGB 68 66 96 -
CMYK 0.29 0.31 0 0.62
HSL 244º 0.19% 0.32% -
HSV(B) 244º 0.31% 0.38% -
XYZ 6.44 5.97 11.88 -
YUV 70.02 142.66 126.56 -
System Red Green Blue C M Y K H S L
Decimal 68 66 96 0.29 0.31 0 0.62 244 0.19 0.32
Hex 44 42 60 1D 1F 0 3E F4 13 20
Octal 104 102 140 35 37 0 76 364 23 40
Binary 1000100 1000010 1100000 11101 11111 0 111110 11110100 10011 100000

Color Harmonies of #444260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444260

Black with #444260

Text Example


Text Example

White with #444260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444260; }

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

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

background-color css

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

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

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

border-color css

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

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

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