#467A9F

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

Shades of Jelly Bean #467A9F

Tints of Jelly Bean #467A9F

Color information

#467A9F (or 0x467A9F) is unknown color: approx Jelly Bean. HEX triplet: 46, 7A and 9F. RGB value is (70,122,159). Sum of RGB (Red+Green+Blue) = 70+122+159=351 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.94% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 159 (62.5% from 255 or 45.30% from 351); Max value from RGB is 159 - color contains mainly: blue. Hex color #467A9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467A9F is #B98560. Grayscale: #6E6E6E. Windows color (decimal): -12158305 or 10451526. OLE color: 10451526.

HSL color Cylindrical-coordinate representation of color #467A9F: hue angle of 204.94º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #467A9F is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB70122159-
CMYK0.560.2300.38
HSL204.94º38.86%44.9%-
HSV(B)204.94º55.97%62.35%-
XYZ15.7417.7235.39-
YUV110.67155.2798.99-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.94%
GREEN value IS 122 (48.05% from 255) = 34.76%
BLUE value IS 159 (62.5% from 255) = 45.30%
R=19.94%
G=34.76%
B=45.30%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal701221590.560.2300.38204.9438.8644.9
Hex467A9F3817026cd272d
Octal10617223770270463154755
Binary100011011110101001111111100010111010011011001101100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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