Html Css Color HEX #487386 Jelly Bean

📋 copy color: '#487386'

red 72 ◦ green 115 ◦ blue 134

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

Shades of Jelly Bean #487386

Tints of Jelly Bean #487386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 41.74%

R = 22.43%
G = 35.83%
B = 41.74%

CMYK

 C value IS 0.46

 M value IS 0.14

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#487386 (or 0x487386) is known color: Jelly Bean. HEX triplet: 48, 73 and 86. RGB value is (72,115,134). Sum of RGB (Red+Green+Blue) = 72+115+134=321 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.43% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 134 (52.73% from 255 or 41.74% from 321); Max value from RGB is 134 - color contains mainly: blue. Hex color #487386 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487386 is #B78C79. Grayscale: #686868. Windows color (decimal): -12029050 or 8811336. OLE color: 8811336.

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

Color convert

RGB 72 115 134 -
CMYK 0.46 0.14 0 0.47
HSL 198.39º 0.3% 0.4% -
HSV(B) 198.39º 0.46% 0.53% -
XYZ 13.11 15.36 24.83 -
YUV 104.31 144.75 104.96 -
System Red Green Blue C M Y K H S L
Decimal 72 115 134 0.46 0.14 0 0.47 198.39 0.3 0.4
Hex 48 73 86 2E E 0 2F C6 1E 28
Octal 110 163 206 56 16 0 57 306 36 50
Binary 1001000 1110011 10000110 101110 1110 0 101111 11000110 11110 101000

Color Harmonies of #487386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487386

Black with #487386

Text Example


Text Example

White with #487386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487386; }

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

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

background-color css

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

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

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

border-color css

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

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

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