Html Css Color HEX #487487 Jelly Bean

📋 copy color: '#487487'

red 72 ◦ green 116 ◦ blue 135

#487487
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jelly Bean #487487

Tints of Jelly Bean #487487

RGB

 RED value IS 72 (28.52% from 255) = 22.29%

 GREEN value IS 116 (45.7% from 255) = 35.91%

 BLUE value IS 135 (53.13% from 255) = 41.8%

R = 22.29%
G = 35.91%
B = 41.8%

CMYK

 C value IS 0.47

 M value IS 0.14

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#487487 (or 0x487487) is known color: Jelly Bean. HEX triplet: 48, 74 and 87. RGB value is (72,116,135). Sum of RGB (Red+Green+Blue) = 72+116+135=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 135 (53.12% from 255 or 41.80% from 323); Max value from RGB is 135 - color contains mainly: blue. Hex color #487487 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487487 is #B78B78. Grayscale: #686868. Windows color (decimal): -12028793 or 8877128. OLE color: 8877128.

HSL color Cylindrical-coordinate representation of color #487487: hue angle of 198.1º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #487487 is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 116 135 -
CMYK 0.47 0.14 0 0.47
HSL 198.1º 0.3% 0.41% -
HSV(B) 198.1º 0.47% 0.53% -
XYZ 13.29 15.62 25.24 -
YUV 105.01 144.92 104.46 -
System Red Green Blue C M Y K H S L
Decimal 72 116 135 0.47 0.14 0 0.47 198.1 0.3 0.41
Hex 48 74 87 2F E 0 2F C6 1E 29
Octal 110 164 207 57 16 0 57 306 36 51
Binary 1001000 1110100 10000111 101111 1110 0 101111 11000110 11110 101001

Color Harmonies of #487487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487487

Black with #487487

Text Example


Text Example

White with #487487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487487; }

 p { color: rgb(72,116,135); }

 H1.HeaderClassName
 {
   color: #487487;
 }
 .AnyTagClassName
 {
   color: #487487;
 }
</style>

background-color css

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

 a { background-color: rgb(72,116,135); }

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

border-color css

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

 span { border-color: rgb(72,116,135); }

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