#447788

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

Shades of Jelly Bean #447788

Tints of Jelly Bean #447788

Color information

#447788 (or 0x447788) is unknown color: approx Jelly Bean. HEX triplet: 44, 77 and 88. RGB value is (68,119,136). Sum of RGB (Red+Green+Blue) = 68+119+136=323 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.05% from 323); Green value is 119 (46.88% from 255 or 36.84% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 136 - color contains mainly: blue. Hex color #447788 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447788 is #BB8877. Grayscale: #696969. Windows color (decimal): -12290168 or 8943428. OLE color: 8943428.

HSL color Cylindrical-coordinate representation of color #447788: hue angle of 195º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #447788 is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB68119136-
CMYK0.500.1200.47
HSL195º33.33%40%-
HSV(B)195º50%53.33%-
XYZ13.4216.225.71-
YUV105.69145.1101.12-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.05%
GREEN value IS 119 (46.88% from 255) = 36.84%
BLUE value IS 136 (53.52% from 255) = 42.11%
R=21.05%
G=36.84%
B=42.11%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal681191360.500.1200.4719533.3340
Hex44778832C02Fc32128
Octal10416721062140573034150
Binary10001001110111100010001100101100010111111000011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447788; }

 p { color: rgb(68,119,136); }

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

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

 a { background-color: rgb(68,119,136); }

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

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

 span { border-color: rgb(68,119,136); }

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