#487B8C

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

Shades of Jelly Bean #487B8C

Tints of Jelly Bean #487B8C

Color information

#487B8C (or 0x487B8C) is unknown color: approx Jelly Bean. HEX triplet: 48, 7B and 8C. RGB value is (72,123,140). Sum of RGB (Red+Green+Blue) = 72+123+140=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 123 (48.44% from 255 or 36.72% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 140 - color contains mainly: blue. Hex color #487B8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487B8C is #B78473. Grayscale: #6D6D6D. Windows color (decimal): -12026996 or 9206600. OLE color: 9206600.

HSL color Cylindrical-coordinate representation of color #487B8C: hue angle of 195º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #487B8C is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB72123140-
CMYK0.490.1200.45
HSL195º32.08%41.57%-
HSV(B)195º48.57%54.9%-
XYZ14.4917.4427.41-
YUV109.69145.1101.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.49%
GREEN value IS 123 (48.44% from 255) = 36.72%
BLUE value IS 140 (55.08% from 255) = 41.79%
R=21.49%
G=36.72%
B=41.79%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal721231400.490.1200.4519532.0841.57
Hex487B8C31C02Dc3202a
Octal11017321461140553034052
Binary10010001111011100011001100011100010110111000011100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487B8C; }

 p { color: rgb(72,123,140); }

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

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

 a { background-color: rgb(72,123,140); }

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

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

 span { border-color: rgb(72,123,140); }

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