#487595

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

Shades of Jelly Bean #487595

Tints of Jelly Bean #487595

Color information

#487595 (or 0x487595) is unknown color: approx Jelly Bean. HEX triplet: 48, 75 and 95. RGB value is (72,117,149). Sum of RGB (Red+Green+Blue) = 72+117+149=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 149 - color contains mainly: blue. Hex color #487595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487595 is #B78A6A. Grayscale: #6B6B6B. Windows color (decimal): -12028523 or 9794888. OLE color: 9794888.

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

Color convert

RGB72117149-
CMYK0.520.2100.42
HSL204.94º34.84%43.33%-
HSV(B)204.94º51.68%58.43%-
XYZ14.4616.2730.81-
YUV107.19151.59102.9-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.30%
GREEN value IS 117 (46.09% from 255) = 34.62%
BLUE value IS 149 (58.59% from 255) = 44.08%
R=21.30%
G=34.62%
B=44.08%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal721171490.520.2100.42204.9434.8443.33
Hex487595341502Acd232b
Octal11016522564250523154353
Binary100100011101011001010111010010101010101011001101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487595; }

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

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

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

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

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

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

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

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