Html Css Color HEX #443650 Jagger

📋 copy color: '#443650'

red 68 ◦ green 54 ◦ blue 80

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

Shades of Jagger #443650

Tints of Jagger #443650

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.73%

 BLUE value IS 80 (31.64% from 255) = 39.6%

R = 33.66%
G = 26.73%
B = 39.6%

CMYK

 C value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#443650 (or 0x443650) is known color: Jagger. HEX triplet: 44, 36 and 50. RGB value is (68,54,80). Sum of RGB (Red+Green+Blue) = 68+54+80=202 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.66% from 202); Green value is 54 (21.48% from 255 or 26.73% from 202); Blue value is 80 (31.64% from 255 or 39.60% from 202); Max value from RGB is 80 - color contains mainly: blue. Hex color #443650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443650 is #BBC9AF. Grayscale: #3D3D3D. Windows color (decimal): -12306864 or 5256772. OLE color: 5256772.

HSL color Cylindrical-coordinate representation of color #443650: hue angle of 272.31º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #443650 is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 68 54 80 -
CMYK 0.15 0.33 0 0.69
HSL 272.31º 0.19% 0.26% -
HSV(B) 272.31º 0.33% 0.31% -
XYZ 5.15 4.45 8.18 -
YUV 61.15 138.64 132.89 -
System Red Green Blue C M Y K H S L
Decimal 68 54 80 0.15 0.33 0 0.69 272.31 0.19 0.26
Hex 44 36 50 F 21 0 45 110 13 1A
Octal 104 66 120 17 41 0 105 420 23 32
Binary 1000100 110110 1010000 1111 100001 0 1000101 100010000 10011 11010

Color Harmonies of #443650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443650

Black with #443650

Text Example


Text Example

White with #443650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443650; }

 p { color: rgb(68,54,80); }

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

background-color css

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

 a { background-color: rgb(68,54,80); }

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

border-color css

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

 span { border-color: rgb(68,54,80); }

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