Html Css Color HEX #44334D Jagger

📋 copy color: '#44334D'

red 68 ◦ green 51 ◦ blue 77

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

Shades of Jagger #44334D

Tints of Jagger #44334D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.02%

 BLUE value IS 77 (30.47% from 255) = 39.29%

R = 34.69%
G = 26.02%
B = 39.29%

CMYK

 C value IS 0.12

 M value IS 0.34

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#44334D (or 0x44334D) is known color: Jagger. HEX triplet: 44, 33 and 4D. RGB value is (68,51,77). Sum of RGB (Red+Green+Blue) = 68+51+77=196 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.69% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 77 - color contains mainly: blue. Hex color #44334D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44334D is #BBCCB2. Grayscale: #3A3A3A. Windows color (decimal): -12307635 or 5059396. OLE color: 5059396.

HSL color Cylindrical-coordinate representation of color #44334D: hue angle of 279.23º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #44334D is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 68 51 77 -
CMYK 0.12 0.34 0 0.70
HSL 279.23º 0.2% 0.25% -
HSV(B) 279.23º 0.34% 0.3% -
XYZ 4.91 4.13 7.56 -
YUV 59.05 138.13 134.39 -
System Red Green Blue C M Y K H S L
Decimal 68 51 77 0.12 0.34 0 0.70 279.23 0.2 0.25
Hex 44 33 4D C 22 0 46 117 14 19
Octal 104 63 115 14 42 0 106 427 24 31
Binary 1000100 110011 1001101 1100 100010 0 1000110 100010111 10100 11001

Color Harmonies of #44334D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44334D

Black with #44334D

Text Example


Text Example

White with #44334D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44334D; }

 p { color: rgb(68,51,77); }

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

background-color css

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

 a { background-color: rgb(68,51,77); }

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

border-color css

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

 span { border-color: rgb(68,51,77); }

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