Html Css Color HEX #487490 Jelly Bean

📋 copy color: '#487490'

red 72 ◦ green 116 ◦ blue 144

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

Shades of Jelly Bean #487490

Tints of Jelly Bean #487490

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.94%

 BLUE value IS 144 (56.64% from 255) = 43.37%

R = 21.69%
G = 34.94%
B = 43.37%

CMYK

 C value IS 0.50

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#487490 (or 0x487490) is known color: Jelly Bean. HEX triplet: 48, 74 and 90. RGB value is (72,116,144). Sum of RGB (Red+Green+Blue) = 72+116+144=332 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.69% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 144 (56.64% from 255 or 43.37% from 332); Max value from RGB is 144 - color contains mainly: blue. Hex color #487490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487490 is #B78B6F. Grayscale: #696969. Windows color (decimal): -12028784 or 9466952. OLE color: 9466952.

HSL color Cylindrical-coordinate representation of color #487490: hue angle of 203.33º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #487490 is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 116 144 -
CMYK 0.50 0.19 0 0.44
HSL 203.33º 0.33% 0.42% -
HSV(B) 203.33º 0.5% 0.56% -
XYZ 13.95 15.88 28.72 -
YUV 106.04 149.42 103.72 -
System Red Green Blue C M Y K H S L
Decimal 72 116 144 0.50 0.19 0 0.44 203.33 0.33 0.42
Hex 48 74 90 32 13 0 2C CB 21 2A
Octal 110 164 220 62 23 0 54 313 41 52
Binary 1001000 1110100 10010000 110010 10011 0 101100 11001011 100001 101010

Color Harmonies of #487490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487490

Black with #487490

Text Example


Text Example

White with #487490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487490; }

 p { color: rgb(72,116,144); }

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

background-color css

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

 a { background-color: rgb(72,116,144); }

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

border-color css

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

 span { border-color: rgb(72,116,144); }

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