#467695

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

Shades of Jelly Bean #467695

Tints of Jelly Bean #467695

Color information

#467695 (or 0x467695) is unknown color: approx Jelly Bean. HEX triplet: 46, 76 and 95. RGB value is (70,118,149). Sum of RGB (Red+Green+Blue) = 70+118+149=337 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.77% from 337); Green value is 118 (46.48% from 255 or 35.01% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 149 - color contains mainly: blue. Hex color #467695 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467695 is #B9896A. Grayscale: #6B6B6B. Windows color (decimal): -12159339 or 9795142. OLE color: 9795142.

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

Color convert

RGB70118149-
CMYK0.530.2100.42
HSL203.54º36.07%42.94%-
HSV(B)203.54º53.02%58.43%-
XYZ14.4316.4330.84-
YUV107.18151.6101.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.77%
GREEN value IS 118 (46.48% from 255) = 35.01%
BLUE value IS 149 (58.59% from 255) = 44.21%
R=20.77%
G=35.01%
B=44.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal701181490.530.2100.42203.5436.0742.94
Hex467695351502Acc242b
Octal10616622565250523144453
Binary100011011101101001010111010110101010101011001100100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467695; }

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

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

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

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

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

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

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

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