#447A96

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

Shades of Jelly Bean #447A96

Tints of Jelly Bean #447A96

Color information

#447A96 (or 0x447A96) is unknown color: approx Jelly Bean. HEX triplet: 44, 7A and 96. RGB value is (68,122,150). Sum of RGB (Red+Green+Blue) = 68+122+150=340 (45% of max value = 765). Red value is 68 (26.95% from 255 or 20% from 340); Green value is 122 (48.05% from 255 or 35.88% from 340); Blue value is 150 (58.98% from 255 or 44.12% from 340); Max value from RGB is 150 - color contains mainly: blue. Hex color #447A96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447A96 is #BB8569. Grayscale: #6C6C6C. Windows color (decimal): -12289386 or 9861700. OLE color: 9861700.

HSL color Cylindrical-coordinate representation of color #447A96: hue angle of 200.49º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #447A96 is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB68122150-
CMYK0.550.1900.41
HSL200.49º37.61%42.75%-
HSV(B)200.49º54.67%58.82%-
XYZ14.8517.3531.42-
YUV109.05151.1198.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20%
GREEN value IS 122 (48.05% from 255) = 35.88%
BLUE value IS 150 (58.98% from 255) = 44.12%
R=20%
G=35.88%
B=44.12%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal681221500.550.1900.41200.4937.6142.75
Hex447A963713029c8262b
Octal10417222667230513104653
Binary100010011110101001011011011110011010100111001000100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,122,150); }

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

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

 a { background-color: rgb(68,122,150); }

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

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

 span { border-color: rgb(68,122,150); }

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