Html Css Color HEX #487D91 Jelly Bean

📋 copy color: '#487D91'

red 72 ◦ green 125 ◦ blue 145

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

Shades of Jelly Bean #487D91

Tints of Jelly Bean #487D91

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.55%

 BLUE value IS 145 (57.03% from 255) = 42.4%

R = 21.05%
G = 36.55%
B = 42.4%

CMYK

 C value IS 0.50

 M value IS 0.14

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#487D91 (or 0x487D91) is known color: Jelly Bean. HEX triplet: 48, 7D and 91. RGB value is (72,125,145). Sum of RGB (Red+Green+Blue) = 72+125+145=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 125 (49.22% from 255 or 36.55% from 342); Blue value is 145 (57.03% from 255 or 42.40% from 342); Max value from RGB is 145 - color contains mainly: blue. Hex color #487D91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487D91 is #B7826E. Grayscale: #6F6F6F. Windows color (decimal): -12026479 or 9534792. OLE color: 9534792.

HSL color Cylindrical-coordinate representation of color #487D91: hue angle of 196.44º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #487D91 is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 125 145 -
CMYK 0.50 0.14 0 0.43
HSL 196.44º 0.34% 0.43% -
HSV(B) 196.44º 0.5% 0.57% -
XYZ 15.12 18.09 29.48 -
YUV 111.43 146.94 99.87 -
System Red Green Blue C M Y K H S L
Decimal 72 125 145 0.50 0.14 0 0.43 196.44 0.34 0.43
Hex 48 7D 91 32 E 0 2B C4 22 2B
Octal 110 175 221 62 16 0 53 304 42 53
Binary 1001000 1111101 10010001 110010 1110 0 101011 11000100 100010 101011

Color Harmonies of #487D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487D91

Black with #487D91

Text Example


Text Example

White with #487D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,125,145); }

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

background-color css

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

 a { background-color: rgb(72,125,145); }

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

border-color css

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

 span { border-color: rgb(72,125,145); }

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