#467493

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

Shades of Jelly Bean #467493

Tints of Jelly Bean #467493

Color information

#467493 (or 0x467493) is unknown color: approx Jelly Bean. HEX triplet: 46, 74 and 93. RGB value is (70,116,147). Sum of RGB (Red+Green+Blue) = 70+116+147=333 (44% of max value = 765). Red value is 70 (27.73% from 255 or 21.02% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 147 (57.81% from 255 or 44.14% from 333); Max value from RGB is 147 - color contains mainly: blue. Hex color #467493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467493 is #B98B6C. Grayscale: #696969. Windows color (decimal): -12159853 or 9663558. OLE color: 9663558.

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

Color convert

RGB70116147-
CMYK0.520.2100.42
HSL204.16º35.48%42.55%-
HSV(B)204.16º52.38%57.65%-
XYZ14.0415.929.93-
YUV105.78151.26102.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.02%
GREEN value IS 116 (45.70% from 255) = 34.83%
BLUE value IS 147 (57.81% from 255) = 44.14%
R=21.02%
G=34.83%
B=44.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal701161470.520.2100.42204.1635.4842.55
Hex467493341502Acc232b
Octal10616422364250523144353
Binary100011011101001001001111010010101010101011001100100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467493; }

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

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

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

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

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

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

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

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