Html Css Color HEX #487C90 Jelly Bean

📋 copy color: '#487C90'

red 72 ◦ green 124 ◦ blue 144

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

Shades of Jelly Bean #487C90

Tints of Jelly Bean #487C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 42.35%

R = 21.18%
G = 36.47%
B = 42.35%

CMYK

 C value IS 0.50

 M value IS 0.14

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#487C90 (or 0x487C90) is known color: Jelly Bean. HEX triplet: 48, 7C and 90. RGB value is (72,124,144). Sum of RGB (Red+Green+Blue) = 72+124+144=340 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.18% from 340); Green value is 124 (48.83% from 255 or 36.47% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 144 - color contains mainly: blue. Hex color #487C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487C90 is #B7836F. Grayscale: #6E6E6E. Windows color (decimal): -12026736 or 9469000. OLE color: 9469000.

HSL color Cylindrical-coordinate representation of color #487C90: hue angle of 196.67º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #487C90 is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 124 144 -
CMYK 0.50 0.14 0 0.44
HSL 196.67º 0.33% 0.42% -
HSV(B) 196.67º 0.5% 0.56% -
XYZ 14.91 17.81 29.04 -
YUV 110.73 146.77 100.37 -
System Red Green Blue C M Y K H S L
Decimal 72 124 144 0.50 0.14 0 0.44 196.67 0.33 0.42
Hex 48 7C 90 32 E 0 2C C5 21 2A
Octal 110 174 220 62 16 0 54 305 41 52
Binary 1001000 1111100 10010000 110010 1110 0 101100 11000101 100001 101010

Color Harmonies of #487C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487C90

Black with #487C90

Text Example


Text Example

White with #487C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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