#447490

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

Shades of Jelly Bean #447490

Tints of Jelly Bean #447490

Color information

#447490 (or 0x447490) is unknown color: approx Jelly Bean. HEX triplet: 44, 74 and 90. RGB value is (68,116,144). Sum of RGB (Red+Green+Blue) = 68+116+144=328 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.73% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 144 - color contains mainly: blue. Hex color #447490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447490 is #BB8B6F. Grayscale: #686868. Windows color (decimal): -12290928 or 9466948. OLE color: 9466948.

HSL color Cylindrical-coordinate representation of color #447490: hue angle of 202.11º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #447490 is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB68116144-
CMYK0.530.1900.44
HSL202.11º35.85%41.57%-
HSV(B)202.11º52.78%56.47%-
XYZ13.6615.7328.7-
YUV104.84150.1101.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.73%
GREEN value IS 116 (45.70% from 255) = 35.37%
BLUE value IS 144 (56.64% from 255) = 43.90%
R=20.73%
G=35.37%
B=43.90%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal681161440.530.1900.44202.1135.8541.57
Hex447490351302Cca242a
Octal10416422065230543124452
Binary100010011101001001000011010110011010110011001010100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447490; }

 p { color: rgb(68,116,144); }

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

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

 a { background-color: rgb(68,116,144); }

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

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

 span { border-color: rgb(68,116,144); }

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