Html Css Color HEX #487F90 Jelly Bean

📋 copy color: '#487F90'

red 72 ◦ green 127 ◦ blue 144

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

Shades of Jelly Bean #487F90

Tints of Jelly Bean #487F90

RGB

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

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

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

R = 20.99%
G = 37.03%
B = 41.98%

CMYK

 C value IS 0.50

 M value IS 0.12

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#487F90 (or 0x487F90) is known color: Jelly Bean. HEX triplet: 48, 7F and 90. RGB value is (72,127,144). Sum of RGB (Red+Green+Blue) = 72+127+144=343 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.99% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 144 (56.64% from 255 or 41.98% from 343); Max value from RGB is 144 - color contains mainly: blue. Hex color #487F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487F90 is #B7806F. Grayscale: #707070. Windows color (decimal): -12025968 or 9469768. OLE color: 9469768.

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

Color convert

RGB 72 127 144 -
CMYK 0.50 0.12 0 0.44
HSL 194.17º 0.33% 0.42% -
HSV(B) 194.17º 0.5% 0.56% -
XYZ 15.3 18.57 29.16 -
YUV 112.49 145.78 99.12 -
System Red Green Blue C M Y K H S L
Decimal 72 127 144 0.50 0.12 0 0.44 194.17 0.33 0.42
Hex 48 7F 90 32 C 0 2C C2 21 2A
Octal 110 177 220 62 14 0 54 302 41 52
Binary 1001000 1111111 10010000 110010 1100 0 101100 11000010 100001 101010

Color Harmonies of #487F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487F90

Black with #487F90

Text Example


Text Example

White with #487F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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