Html Css Color HEX #487996 Jelly Bean

📋 copy color: '#487996'

red 72 ◦ green 121 ◦ blue 150

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

Shades of Jelly Bean #487996

Tints of Jelly Bean #487996

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.28%

 BLUE value IS 150 (58.98% from 255) = 43.73%

R = 20.99%
G = 35.28%
B = 43.73%

CMYK

 C value IS 0.52

 M value IS 0.19

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#487996 (or 0x487996) is known color: Jelly Bean. HEX triplet: 48, 79 and 96. RGB value is (72,121,150). Sum of RGB (Red+Green+Blue) = 72+121+150=343 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.99% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 150 (58.98% from 255 or 43.73% from 343); Max value from RGB is 150 - color contains mainly: blue. Hex color #487996 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487996 is #B78669. Grayscale: #6D6D6D. Windows color (decimal): -12027498 or 9861448. OLE color: 9861448.

HSL color Cylindrical-coordinate representation of color #487996: hue angle of 202.31º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #487996 is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 72 121 150 -
CMYK 0.52 0.19 0 0.41
HSL 202.31º 0.35% 0.44% -
HSV(B) 202.31º 0.52% 0.59% -
XYZ 15.01 17.25 31.39 -
YUV 109.66 150.77 101.14 -
System Red Green Blue C M Y K H S L
Decimal 72 121 150 0.52 0.19 0 0.41 202.31 0.35 0.44
Hex 48 79 96 34 13 0 29 CA 23 2C
Octal 110 171 226 64 23 0 51 312 43 54
Binary 1001000 1111001 10010110 110100 10011 0 101001 11001010 100011 101100

Color Harmonies of #487996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487996

Black with #487996

Text Example


Text Example

White with #487996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487996; }

 p { color: rgb(72,121,150); }

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

background-color css

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

 a { background-color: rgb(72,121,150); }

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

border-color css

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

 span { border-color: rgb(72,121,150); }

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