Html Css Color HEX #487F96 Jelly Bean

📋 copy color: '#487F96'

red 72 ◦ green 127 ◦ blue 150

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

Shades of Jelly Bean #487F96

Tints of Jelly Bean #487F96

RGB

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

 GREEN value IS 127 (50% from 255) = 36.39%

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

R = 20.63%
G = 36.39%
B = 42.98%

CMYK

 C value IS 0.52

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#487F96 (or 0x487F96) is known color: Jelly Bean. HEX triplet: 48, 7F and 96. RGB value is (72,127,150). Sum of RGB (Red+Green+Blue) = 72+127+150=349 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.63% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 150 - color contains mainly: blue. Hex color #487F96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487F96 is #B78069. Grayscale: #717171. Windows color (decimal): -12025962 or 9862984. OLE color: 9862984.

HSL color Cylindrical-coordinate representation of color #487F96: hue angle of 197.69º 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 #487F96 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 72 127 150 -
CMYK 0.52 0.15 0 0.41
HSL 197.69º 0.35% 0.44% -
HSV(B) 197.69º 0.52% 0.59% -
XYZ 15.77 18.76 31.64 -
YUV 113.18 148.78 98.63 -
System Red Green Blue C M Y K H S L
Decimal 72 127 150 0.52 0.15 0 0.41 197.69 0.35 0.44
Hex 48 7F 96 34 F 0 29 C6 23 2C
Octal 110 177 226 64 17 0 51 306 43 54
Binary 1001000 1111111 10010110 110100 1111 0 101001 11000110 100011 101100

Color Harmonies of #487F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487F96

Black with #487F96

Text Example


Text Example

White with #487F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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