Html Css Color HEX #487E8B Jelly Bean

📋 copy color: '#487E8B'

red 72 ◦ green 126 ◦ blue 139

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

Shades of Jelly Bean #487E8B

Tints of Jelly Bean #487E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.25%

R = 21.36%
G = 37.39%
B = 41.25%

CMYK

 C value IS 0.48

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#487E8B (or 0x487E8B) is known color: Jelly Bean. HEX triplet: 48, 7E and 8B. RGB value is (72,126,139). Sum of RGB (Red+Green+Blue) = 72+126+139=337 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.36% from 337); Green value is 126 (49.61% from 255 or 37.39% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 139 - color contains mainly: blue. Hex color #487E8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487E8B is #B78174. Grayscale: #6F6F6F. Windows color (decimal): -12026229 or 9141832. OLE color: 9141832.

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

Color convert

RGB 72 126 139 -
CMYK 0.48 0.09 0 0.45
HSL 191.64º 0.32% 0.41% -
HSV(B) 191.64º 0.48% 0.55% -
XYZ 14.79 18.16 27.15 -
YUV 111.34 143.61 99.94 -
System Red Green Blue C M Y K H S L
Decimal 72 126 139 0.48 0.09 0 0.45 191.64 0.32 0.41
Hex 48 7E 8B 30 9 0 2D C0 20 29
Octal 110 176 213 60 11 0 55 300 40 51
Binary 1001000 1111110 10001011 110000 1001 0 101101 11000000 100000 101001

Color Harmonies of #487E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487E8B

Black with #487E8B

Text Example


Text Example

White with #487E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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