#46779C

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

Shades of Jelly Bean #46779C

Tints of Jelly Bean #46779C

Color information

#46779C (or 0x46779C) is unknown color: approx Jelly Bean. HEX triplet: 46, 77 and 9C. RGB value is (70,119,156). Sum of RGB (Red+Green+Blue) = 70+119+156=345 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.29% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 156 - color contains mainly: blue. Hex color #46779C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46779C is #B98863. Grayscale: #6C6C6C. Windows color (decimal): -12159076 or 10254150. OLE color: 10254150.

HSL color Cylindrical-coordinate representation of color #46779C: hue angle of 205.81º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46779C is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB70119156-
CMYK0.550.2400.39
HSL205.81º38.05%44.31%-
HSV(B)205.81º55.13%61.18%-
XYZ15.1216.933.92-
YUV108.57154.77100.49-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.29%
GREEN value IS 119 (46.88% from 255) = 34.49%
BLUE value IS 156 (61.33% from 255) = 45.22%
R=20.29%
G=34.49%
B=45.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal701191560.550.2400.39205.8138.0544.31
Hex46779C3718027ce262c
Octal10616723467300473164654
Binary100011011101111001110011011111000010011111001110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46779C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46779C; }

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

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

<style>
 a { background-color: #46779C; }

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

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

<style>
 span { border-color: #46779C; }

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

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