#467A9C

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

Shades of Jelly Bean #467A9C

Tints of Jelly Bean #467A9C

Color information

#467A9C (or 0x467A9C) is unknown color: approx Jelly Bean. HEX triplet: 46, 7A and 9C. RGB value is (70,122,156). Sum of RGB (Red+Green+Blue) = 70+122+156=348 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.11% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 156 (61.33% from 255 or 44.83% from 348); Max value from RGB is 156 - color contains mainly: blue. Hex color #467A9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467A9C is #B98563. Grayscale: #6E6E6E. Windows color (decimal): -12158308 or 10254918. OLE color: 10254918.

HSL color Cylindrical-coordinate representation of color #467A9C: hue angle of 203.72º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #467A9C is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB70122156-
CMYK0.550.2200.39
HSL203.72º38.05%44.31%-
HSV(B)203.72º55.13%61.18%-
XYZ15.4917.6234.04-
YUV110.33153.7799.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.11%
GREEN value IS 122 (48.05% from 255) = 35.06%
BLUE value IS 156 (61.33% from 255) = 44.83%
R=20.11%
G=35.06%
B=44.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal701221560.550.2200.39203.7238.0544.31
Hex467A9C3716027cc262c
Octal10617223467260473144654
Binary100011011110101001110011011110110010011111001100100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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