#447D89

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

Shades of Jelly Bean #447D89

Tints of Jelly Bean #447D89

Color information

#447D89 (or 0x447D89) is unknown color: approx Jelly Bean. HEX triplet: 44, 7D and 89. RGB value is (68,125,137). Sum of RGB (Red+Green+Blue) = 68+125+137=330 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.61% from 330); Green value is 125 (49.22% from 255 or 37.88% from 330); Blue value is 137 (53.91% from 255 or 41.52% from 330); Max value from RGB is 137 - color contains mainly: blue. Hex color #447D89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447D89 is #BB8276. Grayscale: #6D6D6D. Windows color (decimal): -12288631 or 9010500. OLE color: 9010500.

HSL color Cylindrical-coordinate representation of color #447D89: hue angle of 190.43º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #447D89 is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB68125137-
CMYK0.500.0900.46
HSL190.43º33.66%40.2%-
HSV(B)190.43º50.36%53.73%-
XYZ14.2317.726.33-
YUV109.32143.6298.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.61%
GREEN value IS 125 (49.22% from 255) = 37.88%
BLUE value IS 137 (53.91% from 255) = 41.52%
R=20.61%
G=37.88%
B=41.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal681251370.500.0900.46190.4333.6640.2
Hex447D8932902Ebe2228
Octal10417521162110562764250
Binary10001001111101100010011100101001010111010111110100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,125,137); }

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

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

 a { background-color: rgb(68,125,137); }

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

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

 span { border-color: rgb(68,125,137); }

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