#443650

Color #443650 Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #443650

Tints of Jagger #443650

Color information

#443650 (or 0x443650) is unknown color: approx 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

RGB685480-
CMYK0.150.3300.69
HSL272.31º19.4%26.27%-
HSV(B)272.31º32.5%31.37%-
XYZ5.154.458.18-
YUV61.15138.64132.89-

RGB Variations

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

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.60%
R=33.66%
G=26.73%
B=39.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6854800.150.3300.69272.3119.426.27
Hex443650F21045110131a
Octal10466120174101054202332
Binary100010011011010100001111100001010001011000100001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>