Html Css Color HEX #487D90 Jelly Bean

📋 copy color: '#487D90'

red 72 ◦ green 125 ◦ blue 144

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

Shades of Jelly Bean #487D90

Tints of Jelly Bean #487D90

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.66%

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

R = 21.11%
G = 36.66%
B = 42.23%

CMYK

 C value IS 0.50

 M value IS 0.13

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#487D90 (or 0x487D90) is known color: Jelly Bean. HEX triplet: 48, 7D and 90. RGB value is (72,125,144). Sum of RGB (Red+Green+Blue) = 72+125+144=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 144 - color contains mainly: blue. Hex color #487D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487D90 is #B7826F. Grayscale: #6F6F6F. Windows color (decimal): -12026480 or 9469256. OLE color: 9469256.

HSL color Cylindrical-coordinate representation of color #487D90: hue angle of 195.83º 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 #487D90 is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 125 144 -
CMYK 0.50 0.13 0 0.44
HSL 195.83º 0.33% 0.42% -
HSV(B) 195.83º 0.5% 0.56% -
XYZ 15.04 18.06 29.08 -
YUV 111.32 146.44 99.96 -
System Red Green Blue C M Y K H S L
Decimal 72 125 144 0.50 0.13 0 0.44 195.83 0.33 0.42
Hex 48 7D 90 32 D 0 2C C4 21 2A
Octal 110 175 220 62 15 0 54 304 41 52
Binary 1001000 1111101 10010000 110010 1101 0 101100 11000100 100001 101010

Color Harmonies of #487D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487D90

Black with #487D90

Text Example


Text Example

White with #487D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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