#467c9a

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

Shades of Jelly Bean #467C9A

Tints of Jelly Bean #467C9A

Color information

#467C9A (or 0x467C9A) is unknown color: approx Jelly Bean. HEX triplet: 46, 7C and 9A. RGB value is (70,124,154). Sum of RGB (Red+Green+Blue) = 70+124+154=348 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.11% from 348); Green value is 124 (48.83% from 255 or 35.63% from 348); Blue value is 154 (60.55% from 255 or 44.25% from 348); Max value from RGB is 154 - color contains mainly: blue. Hex color #467C9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467C9A is #B98365. Grayscale: #6F6F6F. Windows color (decimal): -12157798 or 10124358. OLE color: 10124358.

HSL color Cylindrical-coordinate representation of color #467C9A: hue angle of 201.43º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #467C9A is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB70124154-
CMYK0.550.1900.40
HSL201.43º37.5%43.92%-
HSV(B)201.43º54.55%60.39%-
XYZ15.5718.0533.24-
YUV111.27152.1198.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.11%
GREEN value IS 124 (48.83% from 255) = 35.63%
BLUE value IS 154 (60.55% from 255) = 44.25%
R=20.11%
G=35.63%
B=44.25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal701241540.550.1900.40201.4337.543.92
Hex467C9A3713028c9252c
Octal10617423267230503114554
Binary100011011111001001101011011110011010100011001001100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467c9a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,124,154); }

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

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

 a { background-color: rgb(70,124,154); }

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

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

 span { border-color: rgb(70,124,154); }

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