#46778B

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

Shades of Jelly Bean #46778B

Tints of Jelly Bean #46778B

Color information

#46778B (or 0x46778B) is unknown color: approx Jelly Bean. HEX triplet: 46, 77 and 8B. RGB value is (70,119,139). Sum of RGB (Red+Green+Blue) = 70+119+139=328 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.34% from 328); Green value is 119 (46.88% from 255 or 36.28% from 328); Blue value is 139 (54.69% from 255 or 42.38% from 328); Max value from RGB is 139 - color contains mainly: blue. Hex color #46778B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46778B is #B98874. Grayscale: #6A6A6A. Windows color (decimal): -12159093 or 9140038. OLE color: 9140038.

HSL color Cylindrical-coordinate representation of color #46778B: hue angle of 197.39º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #46778B is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB70119139-
CMYK0.500.1400.45
HSL197.39º33.01%40.98%-
HSV(B)197.39º49.64%54.51%-
XYZ13.7816.3626.86-
YUV106.63146.27101.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.34%
GREEN value IS 119 (46.88% from 255) = 36.28%
BLUE value IS 139 (54.69% from 255) = 42.38%
R=21.34%
G=36.28%
B=42.38%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal701191390.500.1400.45197.3933.0140.98
Hex46778B32E02Dc52129
Octal10616721362160553054151
Binary10001101110111100010111100101110010110111000101100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46778B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46778B; }

 p { color: rgb(70,119,139); }

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

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

 a { background-color: rgb(70,119,139); }

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

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

 span { border-color: rgb(70,119,139); }

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