#447AA0

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

Shades of Jelly Bean #447AA0

Tints of Jelly Bean #447AA0

Color information

#447AA0 (or 0x447AA0) is unknown color: approx Jelly Bean. HEX triplet: 44, 7A and A0. RGB value is (68,122,160). Sum of RGB (Red+Green+Blue) = 68+122+160=350 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.43% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 160 (62.89% from 255 or 45.71% from 350); Max value from RGB is 160 - color contains mainly: blue. Hex color #447AA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447AA0 is #BB855F. Grayscale: #6D6D6D. Windows color (decimal): -12289376 or 10517060. OLE color: 10517060.

HSL color Cylindrical-coordinate representation of color #447AA0: hue angle of 204.78º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #447AA0 is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB68122160-
CMYK0.570.2400.37
HSL204.78º40.35%44.71%-
HSV(B)204.78º57.5%62.75%-
XYZ15.6917.6935.84-
YUV110.19156.1197.91-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.43%
GREEN value IS 122 (48.05% from 255) = 34.86%
BLUE value IS 160 (62.89% from 255) = 45.71%
R=19.43%
G=34.86%
B=45.71%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal681221600.570.2400.37204.7840.3544.71
Hex447AA03918025cd282d
Octal10417224071300453155055
Binary100010011110101010000011100111000010010111001101101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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