#46788E

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

Shades of Jelly Bean #46788E

Tints of Jelly Bean #46788E

Color information

#46788E (or 0x46788E) is unknown color: approx Jelly Bean. HEX triplet: 46, 78 and 8E. RGB value is (70,120,142). Sum of RGB (Red+Green+Blue) = 70+120+142=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 142 (55.86% from 255 or 42.77% from 332); Max value from RGB is 142 - color contains mainly: blue. Hex color #46788E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46788E is #B98771. Grayscale: #6B6B6B. Windows color (decimal): -12158834 or 9336902. OLE color: 9336902.

HSL color Cylindrical-coordinate representation of color #46788E: hue angle of 198.33º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #46788E is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB70120142-
CMYK0.510.1500.44
HSL198.33º33.96%41.57%-
HSV(B)198.33º50.7%55.69%-
XYZ14.1216.6928.07-
YUV107.56147.44101.21-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.08%
GREEN value IS 120 (47.27% from 255) = 36.14%
BLUE value IS 142 (55.86% from 255) = 42.77%
R=21.08%
G=36.14%
B=42.77%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal701201420.510.1500.44198.3333.9641.57
Hex46788E33F02Cc6222a
Octal10617021663170543064252
Binary10001101111000100011101100111111010110011000110100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46788E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46788E; }

 p { color: rgb(70,120,142); }

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

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

 a { background-color: rgb(70,120,142); }

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

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

 span { border-color: rgb(70,120,142); }

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