#447593

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

Shades of Jelly Bean #447593

Tints of Jelly Bean #447593

Color information

#447593 (or 0x447593) is unknown color: approx Jelly Bean. HEX triplet: 44, 75 and 93. RGB value is (68,117,147). Sum of RGB (Red+Green+Blue) = 68+117+147=332 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.48% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 147 - color contains mainly: blue. Hex color #447593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447593 is #BB8A6C. Grayscale: #696969. Windows color (decimal): -12290669 or 9663812. OLE color: 9663812.

HSL color Cylindrical-coordinate representation of color #447593: hue angle of 202.78º 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 #447593 is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB68117147-
CMYK0.540.2000.42
HSL202.78º36.74%42.16%-
HSV(B)202.78º53.74%57.65%-
XYZ14.0116.0629.96-
YUV105.77151.27101.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.48%
GREEN value IS 117 (46.09% from 255) = 35.24%
BLUE value IS 147 (57.81% from 255) = 44.28%
R=20.48%
G=35.24%
B=44.28%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal681171470.540.2000.42202.7836.7442.16
Hex447593361402Acb252a
Octal10416522366240523134552
Binary100010011101011001001111011010100010101011001011100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447593; }

 p { color: rgb(68,117,147); }

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

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

 a { background-color: rgb(68,117,147); }

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

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

 span { border-color: rgb(68,117,147); }

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