#467585

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

Shades of Jelly Bean #467585

Tints of Jelly Bean #467585

Color information

#467585 (or 0x467585) is unknown color: approx Jelly Bean. HEX triplet: 46, 75 and 85. RGB value is (70,117,133). Sum of RGB (Red+Green+Blue) = 70+117+133=320 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.88% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 133 - color contains mainly: blue. Hex color #467585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467585 is #B98A7A. Grayscale: #686868. Windows color (decimal): -12159611 or 8746310. OLE color: 8746310.

HSL color Cylindrical-coordinate representation of color #467585: hue angle of 195.24º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #467585 is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB70117133-
CMYK0.470.1200.48
HSL195.24º31.03%39.8%-
HSV(B)195.24º47.37%52.16%-
XYZ13.1215.7224.53-
YUV104.77143.93103.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.88%
GREEN value IS 117 (46.09% from 255) = 36.56%
BLUE value IS 133 (52.34% from 255) = 41.56%
R=21.88%
G=36.56%
B=41.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal701171330.470.1200.48195.2431.0339.8
Hex4675852FC030c31f28
Octal10616520557140603033750
Binary1000110111010110000101101111110001100001100001111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467585; }

 p { color: rgb(70,117,133); }

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

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

 a { background-color: rgb(70,117,133); }

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

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

 span { border-color: rgb(70,117,133); }

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