#46799F

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

Shades of Jelly Bean #46799F

Tints of Jelly Bean #46799F

Color information

#46799F (or 0x46799F) is unknown color: approx Jelly Bean. HEX triplet: 46, 79 and 9F. RGB value is (70,121,159). Sum of RGB (Red+Green+Blue) = 70+121+159=350 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 159 (62.5% from 255 or 45.43% from 350); Max value from RGB is 159 - color contains mainly: blue. Hex color #46799F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46799F is #B98660. Grayscale: #6D6D6D. Windows color (decimal): -12158561 or 10451270. OLE color: 10451270.

HSL color Cylindrical-coordinate representation of color #46799F: hue angle of 205.62º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #46799F is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB70121159-
CMYK0.560.2400.38
HSL205.62º38.86%44.9%-
HSV(B)205.62º55.97%62.35%-
XYZ15.6217.4835.35-
YUV110.08155.699.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20%
GREEN value IS 121 (47.66% from 255) = 34.57%
BLUE value IS 159 (62.5% from 255) = 45.43%
R=20%
G=34.57%
B=45.43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal701211590.560.2400.38205.6238.8644.9
Hex46799F3818026ce272d
Octal10617123770300463164755
Binary100011011110011001111111100011000010011011001110100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46799F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46799F; }

 p { color: rgb(70,121,159); }

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

<style>
 a { background-color: #46799F; }

 a { background-color: rgb(70,121,159); }

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

<style>
 span { border-color: #46799F; }

 span { border-color: rgb(70,121,159); }

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