#467E99

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

Shades of Jelly Bean #467E99

Tints of Jelly Bean #467E99

Color information

#467E99 (or 0x467E99) is unknown color: approx Jelly Bean. HEX triplet: 46, 7E and 99. RGB value is (70,126,153). Sum of RGB (Red+Green+Blue) = 70+126+153=349 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.06% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 153 - color contains mainly: blue. Hex color #467E99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467E99 is #B98166. Grayscale: #707070. Windows color (decimal): -12157287 or 10059334. OLE color: 10059334.

HSL color Cylindrical-coordinate representation of color #467E99: hue angle of 199.52º 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 #467E99 is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB70126153-
CMYK0.540.1800.4
HSL199.52º37.22%43.73%-
HSV(B)199.52º54.25%60%-
XYZ15.7418.5232.88-
YUV112.33150.9597.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.06%
GREEN value IS 126 (49.61% from 255) = 36.10%
BLUE value IS 153 (60.16% from 255) = 43.84%
R=20.06%
G=36.10%
B=43.84%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal701261530.540.1800.4199.5237.2243.73
Hex467E993612028c8252c
Octal10617623166220503104554
Binary100011011111101001100111011010010010100011001000100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467E99; }

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

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

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

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

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

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

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

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