#467488

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

Shades of Jelly Bean #467488

Tints of Jelly Bean #467488

Color information

#467488 (or 0x467488) is unknown color: approx Jelly Bean. HEX triplet: 46, 74 and 88. RGB value is (70,116,136). Sum of RGB (Red+Green+Blue) = 70+116+136=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 136 (53.52% from 255 or 42.24% from 322); Max value from RGB is 136 - color contains mainly: blue. Hex color #467488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467488 is #B98B77. Grayscale: #686868. Windows color (decimal): -12159864 or 8942662. OLE color: 8942662.

HSL color Cylindrical-coordinate representation of color #467488: hue angle of 198.18º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #467488 is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB70116136-
CMYK0.490.1500.47
HSL198.18º32.04%40.39%-
HSV(B)198.18º48.53%53.33%-
XYZ13.2215.5725.6-
YUV104.53145.76103.37-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.74%
GREEN value IS 116 (45.70% from 255) = 36.02%
BLUE value IS 136 (53.52% from 255) = 42.24%
R=21.74%
G=36.02%
B=42.24%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal701161360.490.1500.47198.1832.0440.39
Hex46748831F02Fc62028
Octal10616421061170573064050
Binary10001101110100100010001100011111010111111000110100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467488; }

 p { color: rgb(70,116,136); }

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

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

 a { background-color: rgb(70,116,136); }

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

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

 span { border-color: rgb(70,116,136); }

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