#447394

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

Shades of Jelly Bean #447394

Tints of Jelly Bean #447394

Color information

#447394 (or 0x447394) is unknown color: approx Jelly Bean. HEX triplet: 44, 73 and 94. RGB value is (68,115,148). Sum of RGB (Red+Green+Blue) = 68+115+148=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 148 (58.20% from 255 or 44.71% from 331); Max value from RGB is 148 - color contains mainly: blue. Hex color #447394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447394 is #BB8C6B. Grayscale: #686868. Windows color (decimal): -12291180 or 9728836. OLE color: 9728836.

HSL color Cylindrical-coordinate representation of color #447394: hue angle of 204.75º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #447394 is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB68115148-
CMYK0.540.2200.42
HSL204.75º37.04%42.35%-
HSV(B)204.75º54.05%58.04%-
XYZ13.8615.6330.3-
YUV104.71152.43101.82-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.54%
GREEN value IS 115 (45.31% from 255) = 34.74%
BLUE value IS 148 (58.20% from 255) = 44.71%
R=20.54%
G=34.74%
B=44.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal681151480.540.2200.42204.7537.0442.35
Hex447394361602Acd252a
Octal10416322466260523154552
Binary100010011100111001010011011010110010101011001101100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447394; }

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

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

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

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

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

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

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

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