#487C92

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

Shades of Jelly Bean #487C92

Tints of Jelly Bean #487C92

Color information

#487C92 (or 0x487C92) is unknown color: approx Jelly Bean. HEX triplet: 48, 7C and 92. RGB value is (72,124,146). Sum of RGB (Red+Green+Blue) = 72+124+146=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 124 (48.83% from 255 or 36.26% from 342); Blue value is 146 (57.42% from 255 or 42.69% from 342); Max value from RGB is 146 - color contains mainly: blue. Hex color #487C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487C92 is #B7836D. Grayscale: #6E6E6E. Windows color (decimal): -12026734 or 9600072. OLE color: 9600072.

HSL color Cylindrical-coordinate representation of color #487C92: hue angle of 197.84º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #487C92 is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB72124146-
CMYK0.510.1500.43
HSL197.84º33.94%42.75%-
HSV(B)197.84º50.68%57.25%-
XYZ15.0717.8729.85-
YUV110.96147.77100.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.05%
GREEN value IS 124 (48.83% from 255) = 36.26%
BLUE value IS 146 (57.42% from 255) = 42.69%
R=21.05%
G=36.26%
B=42.69%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal721241460.510.1500.43197.8433.9442.75
Hex487C9233F02Bc6222b
Octal11017422263170533064253
Binary10010001111100100100101100111111010101111000110100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,124,146); }

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

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

 a { background-color: rgb(72,124,146); }

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

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

 span { border-color: rgb(72,124,146); }

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