Html Css Color HEX #487385 Jelly Bean

📋 copy color: '#487385'

red 72 ◦ green 115 ◦ blue 133

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

Shades of Jelly Bean #487385

Tints of Jelly Bean #487385

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.94%

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

R = 22.5%
G = 35.94%
B = 41.56%

CMYK

 C value IS 0.46

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#487385 (or 0x487385) is known color: Jelly Bean. HEX triplet: 48, 73 and 85. RGB value is (72,115,133). Sum of RGB (Red+Green+Blue) = 72+115+133=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 133 - color contains mainly: blue. Hex color #487385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487385 is #B78C7A. Grayscale: #686868. Windows color (decimal): -12029051 or 8745800. OLE color: 8745800.

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

Color convert

RGB 72 115 133 -
CMYK 0.46 0.14 0 0.48
HSL 197.7º 0.3% 0.4% -
HSV(B) 197.7º 0.46% 0.52% -
XYZ 13.04 15.33 24.46 -
YUV 104.2 144.25 105.04 -
System Red Green Blue C M Y K H S L
Decimal 72 115 133 0.46 0.14 0 0.48 197.7 0.3 0.4
Hex 48 73 85 2E E 0 30 C6 1E 28
Octal 110 163 205 56 16 0 60 306 36 50
Binary 1001000 1110011 10000101 101110 1110 0 110000 11000110 11110 101000

Color Harmonies of #487385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487385

Black with #487385

Text Example


Text Example

White with #487385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487385; }

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

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

background-color css

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

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

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

border-color css

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

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

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