#467A90

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

Shades of Jelly Bean #467A90

Tints of Jelly Bean #467A90

Color information

#467A90 (or 0x467A90) is unknown color: approx Jelly Bean. HEX triplet: 46, 7A and 90. RGB value is (70,122,144). Sum of RGB (Red+Green+Blue) = 70+122+144=336 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.83% from 336); Green value is 122 (48.05% from 255 or 36.31% from 336); Blue value is 144 (56.64% from 255 or 42.86% from 336); Max value from RGB is 144 - color contains mainly: blue. Hex color #467A90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467A90 is #B9856F. Grayscale: #6C6C6C. Windows color (decimal): -12158320 or 9468486. OLE color: 9468486.

HSL color Cylindrical-coordinate representation of color #467A90: hue angle of 197.84º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #467A90 is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB70122144-
CMYK0.510.1500.44
HSL197.84º34.58%41.96%-
HSV(B)197.84º51.39%56.47%-
XYZ14.5217.2328.95-
YUV108.96147.77100.21-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.83%
GREEN value IS 122 (48.05% from 255) = 36.31%
BLUE value IS 144 (56.64% from 255) = 42.86%
R=20.83%
G=36.31%
B=42.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal701221440.510.1500.44197.8434.5841.96
Hex467A9033F02Cc6232a
Octal10617222063170543064352
Binary10001101111010100100001100111111010110011000110100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,122,144); }

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

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

 a { background-color: rgb(70,122,144); }

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

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

 span { border-color: rgb(70,122,144); }

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