#46768B

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

Shades of Jelly Bean #46768B

Tints of Jelly Bean #46768B

Color information

#46768B (or 0x46768B) is unknown color: approx Jelly Bean. HEX triplet: 46, 76 and 8B. RGB value is (70,118,139). Sum of RGB (Red+Green+Blue) = 70+118+139=327 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.41% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 139 (54.69% from 255 or 42.51% from 327); Max value from RGB is 139 - color contains mainly: blue. Hex color #46768B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46768B is #B98974. Grayscale: #696969. Windows color (decimal): -12159349 or 9139782. OLE color: 9139782.

HSL color Cylindrical-coordinate representation of color #46768B: hue angle of 198.26º 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 #46768B is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB70118139-
CMYK0.500.1500.45
HSL198.26º33.01%40.98%-
HSV(B)198.26º49.64%54.51%-
XYZ13.6616.1226.82-
YUV106.04146.6102.29-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.41%
GREEN value IS 118 (46.48% from 255) = 36.09%
BLUE value IS 139 (54.69% from 255) = 42.51%
R=21.41%
G=36.09%
B=42.51%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal701181390.500.1500.45198.2633.0140.98
Hex46768B32F02Dc62129
Octal10616621362170553064151
Binary10001101110110100010111100101111010110111000110100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46768B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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