Html Css Color HEX #487785 Jelly Bean

📋 copy color: '#487785'

red 72 ◦ green 119 ◦ blue 133

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

Shades of Jelly Bean #487785

Tints of Jelly Bean #487785

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.73%

 BLUE value IS 133 (52.34% from 255) = 41.05%

R = 22.22%
G = 36.73%
B = 41.05%

CMYK

 C value IS 0.46

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#487785 (or 0x487785) is known color: Jelly Bean. HEX triplet: 48, 77 and 85. RGB value is (72,119,133). Sum of RGB (Red+Green+Blue) = 72+119+133=324 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.22% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 133 - color contains mainly: blue. Hex color #487785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487785 is #B7887A. Grayscale: #6A6A6A. Windows color (decimal): -12028027 or 8746824. OLE color: 8746824.

HSL color Cylindrical-coordinate representation of color #487785: hue angle of 193.77º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #487785 is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 119 133 -
CMYK 0.46 0.11 0 0.48
HSL 193.77º 0.3% 0.4% -
HSV(B) 193.77º 0.46% 0.52% -
XYZ 13.5 16.26 24.62 -
YUV 106.54 142.93 103.36 -
System Red Green Blue C M Y K H S L
Decimal 72 119 133 0.46 0.11 0 0.48 193.77 0.3 0.4
Hex 48 77 85 2E B 0 30 C2 1E 28
Octal 110 167 205 56 13 0 60 302 36 50
Binary 1001000 1110111 10000101 101110 1011 0 110000 11000010 11110 101000

Color Harmonies of #487785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487785

Black with #487785

Text Example


Text Example

White with #487785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487785; }

 p { color: rgb(72,119,133); }

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

background-color css

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

 a { background-color: rgb(72,119,133); }

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

border-color css

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

 span { border-color: rgb(72,119,133); }

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