#46758A

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

Shades of Jelly Bean #46758A

Tints of Jelly Bean #46758A

Color information

#46758A (or 0x46758A) is unknown color: approx Jelly Bean. HEX triplet: 46, 75 and 8A. RGB value is (70,117,138). Sum of RGB (Red+Green+Blue) = 70+117+138=325 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.54% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 138 (54.30% from 255 or 42.46% from 325); Max value from RGB is 138 - color contains mainly: blue. Hex color #46758A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46758A is #B98A75. Grayscale: #696969. Windows color (decimal): -12159606 or 9073990. OLE color: 9073990.

HSL color Cylindrical-coordinate representation of color #46758A: hue angle of 198.53º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #46758A is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB70117138-
CMYK0.490.1500.46
HSL198.53º32.69%40.78%-
HSV(B)198.53º49.28%54.12%-
XYZ13.4715.8626.4-
YUV105.34146.43102.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.54%
GREEN value IS 117 (46.09% from 255) = 36%
BLUE value IS 138 (54.30% from 255) = 42.46%
R=21.54%
G=36%
B=42.46%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal701171380.490.1500.46198.5332.6940.78
Hex46758A31F02Ec72129
Octal10616521261170563074151
Binary10001101110101100010101100011111010111011000111100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46758A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46758A; }

 p { color: rgb(70,117,138); }

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

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

 a { background-color: rgb(70,117,138); }

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

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

 span { border-color: rgb(70,117,138); }

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