Html Css Color HEX #487F8B Jelly Bean

📋 copy color: '#487F8B'

red 72 ◦ green 127 ◦ blue 139

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

Shades of Jelly Bean #487F8B

Tints of Jelly Bean #487F8B

RGB

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

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

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

R = 21.3%
G = 37.57%
B = 41.12%

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

#487F8B (or 0x487F8B) is known color: Jelly Bean. HEX triplet: 48, 7F and 8B. RGB value is (72,127,139). Sum of RGB (Red+Green+Blue) = 72+127+139=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 139 - color contains mainly: blue. Hex color #487F8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487F8B is #B78074. Grayscale: #6F6F6F. Windows color (decimal): -12025973 or 9142088. OLE color: 9142088.

HSL color Cylindrical-coordinate representation of color #487F8B: hue angle of 190.75º 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 #487F8B is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 127 139 -
CMYK 0.48 0.09 0 0.45
HSL 190.75º 0.32% 0.41% -
HSV(B) 190.75º 0.48% 0.55% -
XYZ 14.92 18.42 27.2 -
YUV 111.92 143.28 99.52 -
System Red Green Blue C M Y K H S L
Decimal 72 127 139 0.48 0.09 0 0.45 190.75 0.32 0.41
Hex 48 7F 8B 30 9 0 2D BF 20 29
Octal 110 177 213 60 11 0 55 277 40 51
Binary 1001000 1111111 10001011 110000 1001 0 101101 10111111 100000 101001

Color Harmonies of #487F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487F8B

Black with #487F8B

Text Example


Text Example

White with #487F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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