#447192

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

Shades of Jelly Bean #447192

Tints of Jelly Bean #447192

Color information

#447192 (or 0x447192) is unknown color: approx Jelly Bean. HEX triplet: 44, 71 and 92. RGB value is (68,113,146). Sum of RGB (Red+Green+Blue) = 68+113+146=327 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.80% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 146 (57.42% from 255 or 44.65% from 327); Max value from RGB is 146 - color contains mainly: blue. Hex color #447192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447192 is #BB8E6D. Grayscale: #676767. Windows color (decimal): -12291694 or 9597252. OLE color: 9597252.

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

Color convert

RGB68113146-
CMYK0.530.2300.43
HSL205.38º36.45%41.96%-
HSV(B)205.38º53.42%57.25%-
XYZ13.4815.1129.4-
YUV103.31152.09102.82-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.80%
GREEN value IS 113 (44.53% from 255) = 34.56%
BLUE value IS 146 (57.42% from 255) = 44.65%
R=20.80%
G=34.56%
B=44.65%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal681131460.530.2300.43205.3836.4541.96
Hex447192351702Bcd242a
Octal10416122265270533154452
Binary100010011100011001001011010110111010101111001101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447192; }

 p { color: rgb(68,113,146); }

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

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

 a { background-color: rgb(68,113,146); }

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

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

 span { border-color: rgb(68,113,146); }

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