#447594

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

Shades of Jelly Bean #447594

Tints of Jelly Bean #447594

Color information

#447594 (or 0x447594) is unknown color: approx Jelly Bean. HEX triplet: 44, 75 and 94. RGB value is (68,117,148). Sum of RGB (Red+Green+Blue) = 68+117+148=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 148 (58.20% from 255 or 44.44% from 333); Max value from RGB is 148 - color contains mainly: blue. Hex color #447594 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447594 is #BB8A6B. Grayscale: #696969. Windows color (decimal): -12290668 or 9729348. OLE color: 9729348.

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

Color convert

RGB68117148-
CMYK0.540.2100.42
HSL203.25º37.04%42.35%-
HSV(B)203.25º54.05%58.04%-
XYZ14.0916.0930.38-
YUV105.88151.77100.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.42%
GREEN value IS 117 (46.09% from 255) = 35.14%
BLUE value IS 148 (58.20% from 255) = 44.44%
R=20.42%
G=35.14%
B=44.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal681171480.540.2100.42203.2537.0442.35
Hex447594361502Acb252a
Octal10416522466250523134552
Binary100010011101011001010011011010101010101011001011100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447594; }

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

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

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

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

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

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

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

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