#467696

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

Shades of Jelly Bean #467696

Tints of Jelly Bean #467696

Color information

#467696 (or 0x467696) is unknown color: approx Jelly Bean. HEX triplet: 46, 76 and 96. RGB value is (70,118,150). Sum of RGB (Red+Green+Blue) = 70+118+150=338 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.71% from 338); Green value is 118 (46.48% from 255 or 34.91% from 338); Blue value is 150 (58.98% from 255 or 44.38% from 338); Max value from RGB is 150 - color contains mainly: blue. Hex color #467696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467696 is #B98969. Grayscale: #6B6B6B. Windows color (decimal): -12159338 or 9860678. OLE color: 9860678.

HSL color Cylindrical-coordinate representation of color #467696: hue angle of 204º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #467696 is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB70118150-
CMYK0.530.2100.41
HSL204º36.36%43.14%-
HSV(B)204º53.33%58.82%-
XYZ14.5116.4631.27-
YUV107.3152.1101.4-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.71%
GREEN value IS 118 (46.48% from 255) = 34.91%
BLUE value IS 150 (58.98% from 255) = 44.38%
R=20.71%
G=34.91%
B=44.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal701181500.530.2100.4120436.3643.14
Hex4676963515029cc242b
Octal10616622665250513144453
Binary100011011101101001011011010110101010100111001100100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467696; }

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

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

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

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

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

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

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

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