#487f95

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

Shades of Jelly Bean #487F95

Tints of Jelly Bean #487F95

Color information

#487F95 (or 0x487F95) is unknown color: approx Jelly Bean. HEX triplet: 48, 7F and 95. RGB value is (72,127,149). Sum of RGB (Red+Green+Blue) = 72+127+149=348 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.69% from 348); Green value is 127 (50% from 255 or 36.49% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 149 - color contains mainly: blue. Hex color #487F95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487F95 is #B7806A. Grayscale: #707070. Windows color (decimal): -12025963 or 9797448. OLE color: 9797448.

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

Color convert

RGB72127149-
CMYK0.520.1500.42
HSL197.14º34.84%43.33%-
HSV(B)197.14º51.68%58.43%-
XYZ15.6918.7331.22-
YUV113.06148.2898.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.69%
GREEN value IS 127 (50% from 255) = 36.49%
BLUE value IS 149 (58.59% from 255) = 42.82%
R=20.69%
G=36.49%
B=42.82%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal721271490.520.1500.42197.1434.8443.33
Hex487F9534F02Ac5232b
Octal11017722564170523054353
Binary10010001111111100101011101001111010101011000101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487f95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,127,149); }

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

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

 a { background-color: rgb(72,127,149); }

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

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

 span { border-color: rgb(72,127,149); }

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