Html Css Color HEX #487B8A Jelly Bean

📋 copy color: '#487B8A'

red 72 ◦ green 123 ◦ blue 138

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

Shades of Jelly Bean #487B8A

Tints of Jelly Bean #487B8A

RGB

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

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

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

R = 21.62%
G = 36.94%
B = 41.44%

CMYK

 C value IS 0.48

 M value IS 0.11

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#487B8A (or 0x487B8A) is known color: Jelly Bean. HEX triplet: 48, 7B and 8A. RGB value is (72,123,138). Sum of RGB (Red+Green+Blue) = 72+123+138=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 123 (48.44% from 255 or 36.94% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 138 - color contains mainly: blue. Hex color #487B8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487B8A is #B78475. Grayscale: #6D6D6D. Windows color (decimal): -12026998 or 9075528. OLE color: 9075528.

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

Color convert

RGB 72 123 138 -
CMYK 0.48 0.11 0 0.46
HSL 193.64º 0.31% 0.41% -
HSV(B) 193.64º 0.48% 0.54% -
XYZ 14.34 17.38 26.64 -
YUV 109.46 144.1 101.28 -
System Red Green Blue C M Y K H S L
Decimal 72 123 138 0.48 0.11 0 0.46 193.64 0.31 0.41
Hex 48 7B 8A 30 B 0 2E C2 1F 29
Octal 110 173 212 60 13 0 56 302 37 51
Binary 1001000 1111011 10001010 110000 1011 0 101110 11000010 11111 101001

Color Harmonies of #487B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487B8A

Black with #487B8A

Text Example


Text Example

White with #487B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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