Html Css Color HEX #487C96 Jelly Bean

📋 copy color: '#487C96'

red 72 ◦ green 124 ◦ blue 150

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

Shades of Jelly Bean #487C96

Tints of Jelly Bean #487C96

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.84%

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

R = 20.81%
G = 35.84%
B = 43.35%

CMYK

 C value IS 0.52

 M value IS 0.17

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#487C96 (or 0x487C96) is known color: Jelly Bean. HEX triplet: 48, 7C and 96. RGB value is (72,124,150). Sum of RGB (Red+Green+Blue) = 72+124+150=346 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.81% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 150 (58.98% from 255 or 43.35% from 346); Max value from RGB is 150 - color contains mainly: blue. Hex color #487C96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487C96 is #B78369. Grayscale: #6F6F6F. Windows color (decimal): -12026730 or 9862216. OLE color: 9862216.

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

Color convert

RGB 72 124 150 -
CMYK 0.52 0.17 0 0.41
HSL 200º 0.35% 0.44% -
HSV(B) 200º 0.52% 0.59% -
XYZ 15.39 18 31.52 -
YUV 111.42 149.77 99.89 -
System Red Green Blue C M Y K H S L
Decimal 72 124 150 0.52 0.17 0 0.41 200 0.35 0.44
Hex 48 7C 96 34 11 0 29 C8 23 2C
Octal 110 174 226 64 21 0 51 310 43 54
Binary 1001000 1111100 10010110 110100 10001 0 101001 11001000 100011 101100

Color Harmonies of #487C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487C96

Black with #487C96

Text Example


Text Example

White with #487C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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