Html Css Color HEX #487986 Jelly Bean

📋 copy color: '#487986'

red 72 ◦ green 121 ◦ blue 134

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

Shades of Jelly Bean #487986

Tints of Jelly Bean #487986

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37%

 BLUE value IS 134 (52.73% from 255) = 40.98%

R = 22.02%
G = 37%
B = 40.98%

CMYK

 C value IS 0.46

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#487986 (or 0x487986) is known color: Jelly Bean. HEX triplet: 48, 79 and 86. RGB value is (72,121,134). Sum of RGB (Red+Green+Blue) = 72+121+134=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 121 (47.66% from 255 or 37.00% from 327); Blue value is 134 (52.73% from 255 or 40.98% from 327); Max value from RGB is 134 - color contains mainly: blue. Hex color #487986 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487986 is #B78679. Grayscale: #6B6B6B. Windows color (decimal): -12027514 or 8812872. OLE color: 8812872.

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

Color convert

RGB 72 121 134 -
CMYK 0.46 0.10 0 0.47
HSL 192.58º 0.3% 0.4% -
HSV(B) 192.58º 0.46% 0.53% -
XYZ 13.81 16.77 25.06 -
YUV 107.83 142.77 102.44 -
System Red Green Blue C M Y K H S L
Decimal 72 121 134 0.46 0.10 0 0.47 192.58 0.3 0.4
Hex 48 79 86 2E A 0 2F C1 1E 28
Octal 110 171 206 56 12 0 57 301 36 50
Binary 1001000 1111001 10000110 101110 1010 0 101111 11000001 11110 101000

Color Harmonies of #487986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487986

Black with #487986

Text Example


Text Example

White with #487986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487986; }

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

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

background-color css

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

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

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

border-color css

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

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

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