#467C93

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

Shades of Jelly Bean #467C93

Tints of Jelly Bean #467C93

Color information

#467C93 (or 0x467C93) is unknown color: approx Jelly Bean. HEX triplet: 46, 7C and 93. RGB value is (70,124,147). Sum of RGB (Red+Green+Blue) = 70+124+147=341 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.53% from 341); Green value is 124 (48.83% from 255 or 36.36% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 147 - color contains mainly: blue. Hex color #467C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467C93 is #B9836C. Grayscale: #6E6E6E. Windows color (decimal): -12157805 or 9665606. OLE color: 9665606.

HSL color Cylindrical-coordinate representation of color #467C93: hue angle of 197.92º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #467C93 is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB70124147-
CMYK0.520.1600.42
HSL197.92º35.48%42.55%-
HSV(B)197.92º52.38%57.65%-
XYZ1517.8230.25-
YUV110.48148.6199.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.53%
GREEN value IS 124 (48.83% from 255) = 36.36%
BLUE value IS 147 (57.81% from 255) = 43.11%
R=20.53%
G=36.36%
B=43.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal701241470.520.1600.42197.9235.4842.55
Hex467C93341002Ac6232b
Octal10617422364200523064353
Binary100011011111001001001111010010000010101011000110100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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