#46769B

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

Shades of Jelly Bean #46769B

Tints of Jelly Bean #46769B

Color information

#46769B (or 0x46769B) is unknown color: approx Jelly Bean. HEX triplet: 46, 76 and 9B. RGB value is (70,118,155). Sum of RGB (Red+Green+Blue) = 70+118+155=343 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.41% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 155 - color contains mainly: blue. Hex color #46769B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46769B is #B98964. Grayscale: #6B6B6B. Windows color (decimal): -12159333 or 10188358. OLE color: 10188358.

HSL color Cylindrical-coordinate representation of color #46769B: hue angle of 206.12º 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 #46769B is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB70118155-
CMYK0.550.2400.39
HSL206.12º37.78%44.12%-
HSV(B)206.12º54.84%60.78%-
XYZ14.9216.6333.43-
YUV107.87154.6100.99-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.41%
GREEN value IS 118 (46.48% from 255) = 34.40%
BLUE value IS 155 (60.94% from 255) = 45.19%
R=20.41%
G=34.40%
B=45.19%

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
Decimal701181550.550.2400.39206.1237.7844.12
Hex46769B3718027ce262c
Octal10616623367300473164654
Binary100011011101101001101111011111000010011111001110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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