Html Css Color HEX #487696 Jelly Bean

📋 copy color: '#487696'

red 72 ◦ green 118 ◦ blue 150

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

Shades of Jelly Bean #487696

Tints of Jelly Bean #487696

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.71%

 BLUE value IS 150 (58.98% from 255) = 44.12%

R = 21.18%
G = 34.71%
B = 44.12%

CMYK

 C value IS 0.52

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#487696 (or 0x487696) is known color: Jelly Bean. HEX triplet: 48, 76 and 96. RGB value is (72,118,150). Sum of RGB (Red+Green+Blue) = 72+118+150=340 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.18% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 150 (58.98% from 255 or 44.12% from 340); Max value from RGB is 150 - color contains mainly: blue. Hex color #487696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487696 is #B78969. Grayscale: #6B6B6B. Windows color (decimal): -12028266 or 9860680. OLE color: 9860680.

HSL color Cylindrical-coordinate representation of color #487696: hue angle of 204.62º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #487696 is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 72 118 150 -
CMYK 0.52 0.21 0 0.41
HSL 204.62º 0.35% 0.44% -
HSV(B) 204.62º 0.52% 0.59% -
XYZ 14.66 16.54 31.27 -
YUV 107.89 151.76 102.4 -
System Red Green Blue C M Y K H S L
Decimal 72 118 150 0.52 0.21 0 0.41 204.62 0.35 0.44
Hex 48 76 96 34 15 0 29 CD 23 2C
Octal 110 166 226 64 25 0 51 315 43 54
Binary 1001000 1110110 10010110 110100 10101 0 101001 11001101 100011 101100

Color Harmonies of #487696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487696

Black with #487696

Text Example


Text Example

White with #487696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487696; }

 p { color: rgb(72,118,150); }

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

background-color css

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

 a { background-color: rgb(72,118,150); }

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

border-color css

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

 span { border-color: rgb(72,118,150); }

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