#447396

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

Shades of Jelly Bean #447396

Tints of Jelly Bean #447396

Color information

#447396 (or 0x447396) is unknown color: approx Jelly Bean. HEX triplet: 44, 73 and 96. RGB value is (68,115,150). Sum of RGB (Red+Green+Blue) = 68+115+150=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 150 - color contains mainly: blue. Hex color #447396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447396 is #BB8C69. Grayscale: #686868. Windows color (decimal): -12291178 or 9859908. OLE color: 9859908.

HSL color Cylindrical-coordinate representation of color #447396: hue angle of 205.61º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #447396 is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB68115150-
CMYK0.550.2300.41
HSL205.61º37.61%42.75%-
HSV(B)205.61º54.67%58.82%-
XYZ14.0215.6931.14-
YUV104.94153.43101.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.42%
GREEN value IS 115 (45.31% from 255) = 34.53%
BLUE value IS 150 (58.98% from 255) = 45.05%
R=20.42%
G=34.53%
B=45.05%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal681151500.550.2300.41205.6137.6142.75
Hex4473963717029ce262b
Octal10416322667270513164653
Binary100010011100111001011011011110111010100111001110100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447396; }

 p { color: rgb(68,115,150); }

 H1.HeaderClassName
 {
   color: #447396;
 }
 .AnyTagClassName
 {
   color: #447396;
 }
</style>
background-color css

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

 a { background-color: rgb(68,115,150); }

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

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

 span { border-color: rgb(68,115,150); }

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