#487985

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

Shades of Jelly Bean #487985

Tints of Jelly Bean #487985

Color information

#487985 (or 0x487985) is unknown color: approx Jelly Bean. HEX triplet: 48, 79 and 85. RGB value is (72,121,133). Sum of RGB (Red+Green+Blue) = 72+121+133=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 121 (47.66% from 255 or 37.12% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 133 - color contains mainly: blue. Hex color #487985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487985 is #B7867A. Grayscale: #6B6B6B. Windows color (decimal): -12027515 or 8747336. OLE color: 8747336.

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

Color convert

RGB72121133-
CMYK0.460.0900.48
HSL191.8º29.76%40.2%-
HSV(B)191.8º45.86%52.16%-
XYZ13.7416.7524.7-
YUV107.72142.27102.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.09%
GREEN value IS 121 (47.66% from 255) = 37.12%
BLUE value IS 133 (52.34% from 255) = 40.80%
R=22.09%
G=37.12%
B=40.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal721211330.460.0900.48191.829.7640.2
Hex4879852E9030c01e28
Octal11017120556110603003650
Binary1001000111100110000101101110100101100001100000011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487985; }

 p { color: rgb(72,121,133); }

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

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

 a { background-color: rgb(72,121,133); }

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

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

 span { border-color: rgb(72,121,133); }

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