#447595

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

Shades of Jelly Bean #447595

Tints of Jelly Bean #447595

Color information

#447595 (or 0x447595) is unknown color: approx Jelly Bean. HEX triplet: 44, 75 and 95. RGB value is (68,117,149). Sum of RGB (Red+Green+Blue) = 68+117+149=334 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.36% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 149 - color contains mainly: blue. Hex color #447595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447595 is #BB8A6A. Grayscale: #696969. Windows color (decimal): -12290667 or 9794884. OLE color: 9794884.

HSL color Cylindrical-coordinate representation of color #447595: hue angle of 203.7º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #447595 is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB68117149-
CMYK0.540.2100.42
HSL203.7º37.33%42.55%-
HSV(B)203.7º54.36%58.43%-
XYZ14.1716.1230.8-
YUV106152.27100.9-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.36%
GREEN value IS 117 (46.09% from 255) = 35.03%
BLUE value IS 149 (58.59% from 255) = 44.61%
R=20.36%
G=35.03%
B=44.61%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal681171490.540.2100.42203.737.3342.55
Hex447595361502Acc252b
Octal10416522566250523144553
Binary100010011101011001010111011010101010101011001100100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447595; }

 p { color: rgb(68,117,149); }

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

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

 a { background-color: rgb(68,117,149); }

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

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

 span { border-color: rgb(68,117,149); }

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