Html Css Color HEX #487B88 Jelly Bean

📋 copy color: '#487B88'

red 72 ◦ green 123 ◦ blue 136

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

Shades of Jelly Bean #487B88

Tints of Jelly Bean #487B88

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.16%

 BLUE value IS 136 (53.52% from 255) = 41.09%

R = 21.75%
G = 37.16%
B = 41.09%

CMYK

 C value IS 0.47

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#487B88 (or 0x487B88) is known color: Jelly Bean. HEX triplet: 48, 7B and 88. RGB value is (72,123,136). Sum of RGB (Red+Green+Blue) = 72+123+136=331 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.75% from 331); Green value is 123 (48.44% from 255 or 37.16% from 331); Blue value is 136 (53.52% from 255 or 41.09% from 331); Max value from RGB is 136 - color contains mainly: blue. Hex color #487B88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487B88 is #B78477. Grayscale: #6D6D6D. Windows color (decimal): -12027000 or 8944456. OLE color: 8944456.

HSL color Cylindrical-coordinate representation of color #487B88: hue angle of 192.19º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #487B88 is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 123 136 -
CMYK 0.47 0.10 0 0.47
HSL 192.19º 0.31% 0.41% -
HSV(B) 192.19º 0.47% 0.53% -
XYZ 14.2 17.32 25.89 -
YUV 109.23 143.1 101.44 -
System Red Green Blue C M Y K H S L
Decimal 72 123 136 0.47 0.10 0 0.47 192.19 0.31 0.41
Hex 48 7B 88 2F A 0 2F C0 1F 29
Octal 110 173 210 57 12 0 57 300 37 51
Binary 1001000 1111011 10001000 101111 1010 0 101111 11000000 11111 101001

Color Harmonies of #487B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487B88

Black with #487B88

Text Example


Text Example

White with #487B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,123,136); }

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

background-color css

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

 a { background-color: rgb(72,123,136); }

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

border-color css

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

 span { border-color: rgb(72,123,136); }

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