Html Css Color HEX #443B4D Jagger

📋 copy color: '#443B4D'

red 68 ◦ green 59 ◦ blue 77

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

Shades of Jagger #443B4D

Tints of Jagger #443B4D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 28.92%

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

R = 33.33%
G = 28.92%
B = 37.75%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#443B4D (or 0x443B4D) is known color: Jagger. HEX triplet: 44, 3B and 4D. RGB value is (68,59,77). Sum of RGB (Red+Green+Blue) = 68+59+77=204 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.33% from 204); Green value is 59 (23.44% from 255 or 28.92% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 77 - color contains mainly: blue. Hex color #443B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443B4D is #BBC4B2. Grayscale: #3F3F3F. Windows color (decimal): -12305587 or 5061444. OLE color: 5061444.

HSL color Cylindrical-coordinate representation of color #443B4D: hue angle of 270º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #443B4D is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 68 59 77 -
CMYK 0.12 0.23 0 0.70
HSL 270º 0.13% 0.27% -
HSV(B) 270º 0.23% 0.3% -
XYZ 5.29 4.89 7.69 -
YUV 63.74 135.48 131.04 -
System Red Green Blue C M Y K H S L
Decimal 68 59 77 0.12 0.23 0 0.70 270 0.13 0.27
Hex 44 3B 4D C 17 0 46 10E D 1B
Octal 104 73 115 14 27 0 106 416 15 33
Binary 1000100 111011 1001101 1100 10111 0 1000110 100001110 1101 11011

Color Harmonies of #443B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443B4D

Black with #443B4D

Text Example


Text Example

White with #443B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443B4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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