#447695

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

Shades of Jelly Bean #447695

Tints of Jelly Bean #447695

Color information

#447695 (or 0x447695) is unknown color: approx Jelly Bean. HEX triplet: 44, 76 and 95. RGB value is (68,118,149). Sum of RGB (Red+Green+Blue) = 68+118+149=335 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.30% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 149 - color contains mainly: blue. Hex color #447695 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447695 is #BB896A. Grayscale: #6A6A6A. Windows color (decimal): -12290411 or 9795140. OLE color: 9795140.

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

Color convert

RGB68118149-
CMYK0.540.2100.42
HSL202.96º37.33%42.55%-
HSV(B)202.96º54.36%58.43%-
XYZ14.2916.3630.84-
YUV106.58151.94100.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.30%
GREEN value IS 118 (46.48% from 255) = 35.22%
BLUE value IS 149 (58.59% from 255) = 44.48%
R=20.30%
G=35.22%
B=44.48%

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
Decimal681181490.540.2100.42202.9637.3342.55
Hex447695361502Acb252b
Octal10416622566250523134553
Binary100010011101101001010111011010101010101011001011100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447695; }

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

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

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

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

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

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

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

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