#487995

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

Shades of Jelly Bean #487995

Tints of Jelly Bean #487995

Color information

#487995 (or 0x487995) is unknown color: approx Jelly Bean. HEX triplet: 48, 79 and 95. RGB value is (72,121,149). Sum of RGB (Red+Green+Blue) = 72+121+149=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 121 (47.66% from 255 or 35.38% from 342); Blue value is 149 (58.59% from 255 or 43.57% from 342); Max value from RGB is 149 - color contains mainly: blue. Hex color #487995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487995 is #B7866A. Grayscale: #6D6D6D. Windows color (decimal): -12027499 or 9795912. OLE color: 9795912.

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

Color convert

RGB72121149-
CMYK0.520.1900.42
HSL201.82º34.84%43.33%-
HSV(B)201.82º51.68%58.43%-
XYZ14.9317.2230.97-
YUV109.54150.27101.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.05%
GREEN value IS 121 (47.66% from 255) = 35.38%
BLUE value IS 149 (58.59% from 255) = 43.57%
R=21.05%
G=35.38%
B=43.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal721211490.520.1900.42201.8234.8443.33
Hex487995341302Aca232b
Octal11017122564230523124353
Binary100100011110011001010111010010011010101011001010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487995; }

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

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

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

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

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

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

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

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