#467899

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

Shades of Jelly Bean #467899

Tints of Jelly Bean #467899

Color information

#467899 (or 0x467899) is unknown color: approx Jelly Bean. HEX triplet: 46, 78 and 99. RGB value is (70,120,153). Sum of RGB (Red+Green+Blue) = 70+120+153=343 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.41% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 153 (60.16% from 255 or 44.61% from 343); Max value from RGB is 153 - color contains mainly: blue. Hex color #467899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467899 is #B98766. Grayscale: #6C6C6C. Windows color (decimal): -12158823 or 10057798. OLE color: 10057798.

HSL color Cylindrical-coordinate representation of color #467899: hue angle of 203.86º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #467899 is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB70120153-
CMYK0.540.2200.4
HSL203.86º37.22%43.73%-
HSV(B)203.86º54.25%60%-
XYZ14.9917.0332.63-
YUV108.81152.94100.32-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.41%
GREEN value IS 120 (47.27% from 255) = 34.99%
BLUE value IS 153 (60.16% from 255) = 44.61%
R=20.41%
G=34.99%
B=44.61%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal701201530.540.2200.4203.8637.2243.73
Hex4678993616028cc252c
Octal10617023166260503144554
Binary100011011110001001100111011010110010100011001100100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467899; }

 p { color: rgb(70,120,153); }

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

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

 a { background-color: rgb(70,120,153); }

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

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

 span { border-color: rgb(70,120,153); }

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