#467388

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

Shades of Jelly Bean #467388

Tints of Jelly Bean #467388

Color information

#467388 (or 0x467388) is unknown color: approx Jelly Bean. HEX triplet: 46, 73 and 88. RGB value is (70,115,136). Sum of RGB (Red+Green+Blue) = 70+115+136=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 136 (53.52% from 255 or 42.37% from 321); Max value from RGB is 136 - color contains mainly: blue. Hex color #467388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467388 is #B98C77. Grayscale: #676767. Windows color (decimal): -12160120 or 8942406. OLE color: 8942406.

HSL color Cylindrical-coordinate representation of color #467388: hue angle of 199.09º 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 #467388 is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB70115136-
CMYK0.490.1500.47
HSL199.09º32.04%40.39%-
HSV(B)199.09º48.53%53.33%-
XYZ13.115.3425.56-
YUV103.94146.09103.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.81%
GREEN value IS 115 (45.31% from 255) = 35.83%
BLUE value IS 136 (53.52% from 255) = 42.37%
R=21.81%
G=35.83%
B=42.37%

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
Decimal701151360.490.1500.47199.0932.0440.39
Hex46738831F02Fc72028
Octal10616321061170573074050
Binary10001101110011100010001100011111010111111000111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467388; }

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

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

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

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

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

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

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

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