Html Css Color HEX #487887 Jelly Bean

📋 copy color: '#487887'

red 72 ◦ green 120 ◦ blue 135

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

Shades of Jelly Bean #487887

Tints of Jelly Bean #487887

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.7%

 BLUE value IS 135 (53.13% from 255) = 41.28%

R = 22.02%
G = 36.7%
B = 41.28%

CMYK

 C value IS 0.47

 M value IS 0.11

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#487887 (or 0x487887) is known color: Jelly Bean. HEX triplet: 48, 78 and 87. RGB value is (72,120,135). Sum of RGB (Red+Green+Blue) = 72+120+135=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 120 (47.27% from 255 or 36.70% from 327); Blue value is 135 (53.12% from 255 or 41.28% from 327); Max value from RGB is 135 - color contains mainly: blue. Hex color #487887 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487887 is #B78778. Grayscale: #6B6B6B. Windows color (decimal): -12027769 or 8878152. OLE color: 8878152.

HSL color Cylindrical-coordinate representation of color #487887: hue angle of 194.29º degrees, saturation: 0.3, 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 #487887 is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 120 135 -
CMYK 0.47 0.11 0 0.47
HSL 194.29º 0.3% 0.41% -
HSV(B) 194.29º 0.47% 0.53% -
XYZ 13.76 16.56 25.39 -
YUV 107.36 143.6 102.78 -
System Red Green Blue C M Y K H S L
Decimal 72 120 135 0.47 0.11 0 0.47 194.29 0.3 0.41
Hex 48 78 87 2F B 0 2F C2 1E 29
Octal 110 170 207 57 13 0 57 302 36 51
Binary 1001000 1111000 10000111 101111 1011 0 101111 11000010 11110 101001

Color Harmonies of #487887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487887

Black with #487887

Text Example


Text Example

White with #487887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487887; }

 p { color: rgb(72,120,135); }

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

background-color css

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

 a { background-color: rgb(72,120,135); }

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

border-color css

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

 span { border-color: rgb(72,120,135); }

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