Html Css Color HEX #44374A Jagger

📋 copy color: '#44374A'

red 68 ◦ green 55 ◦ blue 74

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

Shades of Jagger #44374A

Tints of Jagger #44374A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.92%

 BLUE value IS 74 (29.3% from 255) = 37.56%

R = 34.52%
G = 27.92%
B = 37.56%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#44374A (or 0x44374A) is known color: Jagger. HEX triplet: 44, 37 and 4A. RGB value is (68,55,74). Sum of RGB (Red+Green+Blue) = 68+55+74=197 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.52% from 197); Green value is 55 (21.88% from 255 or 27.92% from 197); Blue value is 74 (29.30% from 255 or 37.56% from 197); Max value from RGB is 74 - color contains mainly: blue. Hex color #44374A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44374A is #BBC8B5. Grayscale: #3C3C3C. Windows color (decimal): -12306614 or 4863812. OLE color: 4863812.

HSL color Cylindrical-coordinate representation of color #44374A: hue angle of 281.05º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #44374A is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 68 55 74 -
CMYK 0.08 0.26 0 0.71
HSL 281.05º 0.15% 0.25% -
HSV(B) 281.05º 0.26% 0.29% -
XYZ 4.99 4.46 7.08 -
YUV 61.05 135.31 132.96 -
System Red Green Blue C M Y K H S L
Decimal 68 55 74 0.08 0.26 0 0.71 281.05 0.15 0.25
Hex 44 37 4A 8 1A 0 47 119 F 19
Octal 104 67 112 10 32 0 107 431 17 31
Binary 1000100 110111 1001010 1000 11010 0 1000111 100011001 1111 11001

Color Harmonies of #44374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44374A

Black with #44374A

Text Example


Text Example

White with #44374A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44374A; }

 p { color: rgb(68,55,74); }

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

background-color css

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

 a { background-color: rgb(68,55,74); }

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

border-color css

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

 span { border-color: rgb(68,55,74); }

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