#467893

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

Shades of Jelly Bean #467893

Tints of Jelly Bean #467893

Color information

#467893 (or 0x467893) is unknown color: approx Jelly Bean. HEX triplet: 46, 78 and 93. RGB value is (70,120,147). Sum of RGB (Red+Green+Blue) = 70+120+147=337 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.77% from 337); Green value is 120 (47.27% from 255 or 35.61% from 337); Blue value is 147 (57.81% from 255 or 43.62% from 337); Max value from RGB is 147 - color contains mainly: blue. Hex color #467893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467893 is #B9876C. Grayscale: #6B6B6B. Windows color (decimal): -12158829 or 9664582. OLE color: 9664582.

HSL color Cylindrical-coordinate representation of color #467893: hue angle of 201.04º 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 #467893 is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB70120147-
CMYK0.520.1800.42
HSL201.04º35.48%42.55%-
HSV(B)201.04º52.38%57.65%-
XYZ14.5116.8430.09-
YUV108.13149.94100.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.77%
GREEN value IS 120 (47.27% from 255) = 35.61%
BLUE value IS 147 (57.81% from 255) = 43.62%
R=20.77%
G=35.61%
B=43.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal701201470.520.1800.42201.0435.4842.55
Hex467893341202Ac9232b
Octal10617022364220523114353
Binary100011011110001001001111010010010010101011001001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467893; }

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

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

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

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

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

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

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

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