Html Css Color HEX #487E8A Jelly Bean

📋 copy color: '#487E8A'

red 72 ◦ green 126 ◦ blue 138

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

Shades of Jelly Bean #487E8A

Tints of Jelly Bean #487E8A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.5%

 BLUE value IS 138 (54.3% from 255) = 41.07%

R = 21.43%
G = 37.5%
B = 41.07%

CMYK

 C value IS 0.48

 M value IS 0.09

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#487E8A (or 0x487E8A) is known color: Jelly Bean. HEX triplet: 48, 7E and 8A. RGB value is (72,126,138). Sum of RGB (Red+Green+Blue) = 72+126+138=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 126 (49.61% from 255 or 37.5% from 336); Blue value is 138 (54.30% from 255 or 41.07% from 336); Max value from RGB is 138 - color contains mainly: blue. Hex color #487E8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487E8A is #B78175. Grayscale: #6F6F6F. Windows color (decimal): -12026230 or 9076296. OLE color: 9076296.

HSL color Cylindrical-coordinate representation of color #487E8A: hue angle of 190.91º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #487E8A is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 72 126 138 -
CMYK 0.48 0.09 0 0.46
HSL 190.91º 0.31% 0.41% -
HSV(B) 190.91º 0.48% 0.54% -
XYZ 14.72 18.13 26.77 -
YUV 111.22 143.11 100.02 -
System Red Green Blue C M Y K H S L
Decimal 72 126 138 0.48 0.09 0 0.46 190.91 0.31 0.41
Hex 48 7E 8A 30 9 0 2E BF 1F 29
Octal 110 176 212 60 11 0 56 277 37 51
Binary 1001000 1111110 10001010 110000 1001 0 101110 10111111 11111 101001

Color Harmonies of #487E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487E8A

Black with #487E8A

Text Example


Text Example

White with #487E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,126,138); }

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

background-color css

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

 a { background-color: rgb(72,126,138); }

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

border-color css

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

 span { border-color: rgb(72,126,138); }

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