#447F94

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

Shades of Jelly Bean #447F94

Tints of Jelly Bean #447F94

Color information

#447F94 (or 0x447F94) is unknown color: approx Jelly Bean. HEX triplet: 44, 7F and 94. RGB value is (68,127,148). Sum of RGB (Red+Green+Blue) = 68+127+148=343 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.83% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 148 (58.20% from 255 or 43.15% from 343); Max value from RGB is 148 - color contains mainly: blue. Hex color #447F94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447F94 is #BB806B. Grayscale: #6F6F6F. Windows color (decimal): -12288108 or 9731908. OLE color: 9731908.

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

Color convert

RGB68127148-
CMYK0.540.1400.42
HSL195.75º37.04%42.35%-
HSV(B)195.75º54.05%58.04%-
XYZ15.3218.5530.79-
YUV111.75148.4596.79-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.83%
GREEN value IS 127 (50% from 255) = 37.03%
BLUE value IS 148 (58.20% from 255) = 43.15%
R=19.83%
G=37.03%
B=43.15%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal681271480.540.1400.42195.7537.0442.35
Hex447F9436E02Ac4252a
Octal10417722466160523044552
Binary10001001111111100101001101101110010101011000100100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447F94; }

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

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

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

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

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

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

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

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