Html Css Color HEX #487B8D Jelly Bean

📋 copy color: '#487B8D'

red 72 ◦ green 123 ◦ blue 141

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

Shades of Jelly Bean #487B8D

Tints of Jelly Bean #487B8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.96%

R = 21.43%
G = 36.61%
B = 41.96%

CMYK

 C value IS 0.49

 M value IS 0.13

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#487B8D (or 0x487B8D) is known color: Jelly Bean. HEX triplet: 48, 7B and 8D. RGB value is (72,123,141). Sum of RGB (Red+Green+Blue) = 72+123+141=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 123 (48.44% from 255 or 36.61% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 141 - color contains mainly: blue. Hex color #487B8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487B8D is #B78472. Grayscale: #6D6D6D. Windows color (decimal): -12026995 or 9272136. OLE color: 9272136.

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

Color convert

RGB 72 123 141 -
CMYK 0.49 0.13 0 0.45
HSL 195.65º 0.32% 0.42% -
HSV(B) 195.65º 0.49% 0.55% -
XYZ 14.56 17.47 27.8 -
YUV 109.8 145.6 101.04 -
System Red Green Blue C M Y K H S L
Decimal 72 123 141 0.49 0.13 0 0.45 195.65 0.32 0.42
Hex 48 7B 8D 31 D 0 2D C4 20 2A
Octal 110 173 215 61 15 0 55 304 40 52
Binary 1001000 1111011 10001101 110001 1101 0 101101 11000100 100000 101010

Color Harmonies of #487B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487B8D

Black with #487B8D

Text Example


Text Example

White with #487B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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