Html Css Color HEX #487491 Jelly Bean

📋 copy color: '#487491'

red 72 ◦ green 116 ◦ blue 145

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

Shades of Jelly Bean #487491

Tints of Jelly Bean #487491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 43.54%

R = 21.62%
G = 34.83%
B = 43.54%

CMYK

 C value IS 0.50

 M value IS 0.2

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#487491 (or 0x487491) is known color: Jelly Bean. HEX triplet: 48, 74 and 91. RGB value is (72,116,145). Sum of RGB (Red+Green+Blue) = 72+116+145=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 145 (57.03% from 255 or 43.54% from 333); Max value from RGB is 145 - color contains mainly: blue. Hex color #487491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487491 is #B78B6E. Grayscale: #696969. Windows color (decimal): -12028783 or 9532488. OLE color: 9532488.

HSL color Cylindrical-coordinate representation of color #487491: hue angle of 203.84º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #487491 is Cyan = 0.50, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 116 145 -
CMYK 0.50 0.2 0 0.43
HSL 203.84º 0.34% 0.43% -
HSV(B) 203.84º 0.5% 0.57% -
XYZ 14.03 15.91 29.12 -
YUV 106.15 149.92 103.64 -
System Red Green Blue C M Y K H S L
Decimal 72 116 145 0.50 0.2 0 0.43 203.84 0.34 0.43
Hex 48 74 91 32 14 0 2B CC 22 2B
Octal 110 164 221 62 24 0 53 314 42 53
Binary 1001000 1110100 10010001 110010 10100 0 101011 11001100 100010 101011

Color Harmonies of #487491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487491

Black with #487491

Text Example


Text Example

White with #487491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487491; }

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

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

background-color css

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

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

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

border-color css

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

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

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