#46748A

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

Shades of Jelly Bean #46748A

Tints of Jelly Bean #46748A

Color information

#46748A (or 0x46748A) is unknown color: approx Jelly Bean. HEX triplet: 46, 74 and 8A. RGB value is (70,116,138). Sum of RGB (Red+Green+Blue) = 70+116+138=324 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.60% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 138 (54.30% from 255 or 42.59% from 324); Max value from RGB is 138 - color contains mainly: blue. Hex color #46748A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46748A is #B98B75. Grayscale: #686868. Windows color (decimal): -12159862 or 9073734. OLE color: 9073734.

HSL color Cylindrical-coordinate representation of color #46748A: hue angle of 199.41º 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 #46748A is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB70116138-
CMYK0.490.1600.46
HSL199.41º32.69%40.78%-
HSV(B)199.41º49.28%54.12%-
XYZ13.3615.6326.36-
YUV104.75146.76103.21-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.60%
GREEN value IS 116 (45.70% from 255) = 35.80%
BLUE value IS 138 (54.30% from 255) = 42.59%
R=21.60%
G=35.80%
B=42.59%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal701161380.490.1600.46199.4132.6940.78
Hex46748A311002Ec72129
Octal10616421261200563074151
Binary100011011101001000101011000110000010111011000111100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46748A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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