#467391

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

Shades of Jelly Bean #467391

Tints of Jelly Bean #467391

Color information

#467391 (or 0x467391) is unknown color: approx Jelly Bean. HEX triplet: 46, 73 and 91. RGB value is (70,115,145). Sum of RGB (Red+Green+Blue) = 70+115+145=330 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.21% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 145 (57.03% from 255 or 43.94% from 330); Max value from RGB is 145 - color contains mainly: blue. Hex color #467391 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467391 is #B98C6E. Grayscale: #686868. Windows color (decimal): -12160111 or 9532230. OLE color: 9532230.

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

Color convert

RGB70115145-
CMYK0.520.2100.43
HSL204º34.88%42.16%-
HSV(B)204º51.72%56.86%-
XYZ13.7715.6129.08-
YUV104.96150.59103.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.21%
GREEN value IS 115 (45.31% from 255) = 34.85%
BLUE value IS 145 (57.03% from 255) = 43.94%
R=21.21%
G=34.85%
B=43.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal701151450.520.2100.4320434.8842.16
Hex467391341502Bcc232a
Octal10616322164250533144352
Binary100011011100111001000111010010101010101111001100100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467391; }

 p { color: rgb(70,115,145); }

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

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

 a { background-color: rgb(70,115,145); }

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

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

 span { border-color: rgb(70,115,145); }

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