#467989

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

Shades of Jelly Bean #467989

Tints of Jelly Bean #467989

Color information

#467989 (or 0x467989) is unknown color: approx Jelly Bean. HEX triplet: 46, 79 and 89. RGB value is (70,121,137). Sum of RGB (Red+Green+Blue) = 70+121+137=328 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.34% from 328); Green value is 121 (47.66% from 255 or 36.89% from 328); Blue value is 137 (53.91% from 255 or 41.77% from 328); Max value from RGB is 137 - color contains mainly: blue. Hex color #467989 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467989 is #B98676. Grayscale: #6B6B6B. Windows color (decimal): -12158583 or 9009478. OLE color: 9009478.

HSL color Cylindrical-coordinate representation of color #467989: hue angle of 194.33º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #467989 is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB70121137-
CMYK0.490.1200.46
HSL194.33º32.37%40.59%-
HSV(B)194.33º48.91%53.73%-
XYZ13.8816.7826.17-
YUV107.57144.6101.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.34%
GREEN value IS 121 (47.66% from 255) = 36.89%
BLUE value IS 137 (53.91% from 255) = 41.77%
R=21.34%
G=36.89%
B=41.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal701211370.490.1200.46194.3332.3740.59
Hex46798931C02Ec22029
Octal10617121161140563024051
Binary10001101111001100010011100011100010111011000010100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467989; }

 p { color: rgb(70,121,137); }

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

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

 a { background-color: rgb(70,121,137); }

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

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

 span { border-color: rgb(70,121,137); }

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