Html Css Color HEX #487586 Jelly Bean

📋 copy color: '#487586'

red 72 ◦ green 117 ◦ blue 134

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

Shades of Jelly Bean #487586

Tints of Jelly Bean #487586

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.22%

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

R = 22.29%
G = 36.22%
B = 41.49%

CMYK

 C value IS 0.46

 M value IS 0.13

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#487586 (or 0x487586) is known color: Jelly Bean. HEX triplet: 48, 75 and 86. RGB value is (72,117,134). Sum of RGB (Red+Green+Blue) = 72+117+134=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 134 (52.73% from 255 or 41.49% from 323); Max value from RGB is 134 - color contains mainly: blue. Hex color #487586 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487586 is #B78A79. Grayscale: #696969. Windows color (decimal): -12028538 or 8811848. OLE color: 8811848.

HSL color Cylindrical-coordinate representation of color #487586: hue angle of 196.45º 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 #487586 is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 117 134 -
CMYK 0.46 0.13 0 0.47
HSL 196.45º 0.3% 0.4% -
HSV(B) 196.45º 0.46% 0.53% -
XYZ 13.34 15.82 24.91 -
YUV 105.48 144.09 104.12 -
System Red Green Blue C M Y K H S L
Decimal 72 117 134 0.46 0.13 0 0.47 196.45 0.3 0.4
Hex 48 75 86 2E D 0 2F C4 1E 28
Octal 110 165 206 56 15 0 57 304 36 50
Binary 1001000 1110101 10000110 101110 1101 0 101111 11000100 11110 101000

Color Harmonies of #487586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487586

Black with #487586

Text Example


Text Example

White with #487586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487586; }

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

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

background-color css

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

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

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

border-color css

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

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

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