Html Css Color HEX #487895 Jelly Bean

📋 copy color: '#487895'

red 72 ◦ green 120 ◦ blue 149

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

Shades of Jelly Bean #487895

Tints of Jelly Bean #487895

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.19%

 BLUE value IS 149 (58.59% from 255) = 43.7%

R = 21.11%
G = 35.19%
B = 43.7%

CMYK

 C value IS 0.52

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#487895 (or 0x487895) is known color: Jelly Bean. HEX triplet: 48, 78 and 95. RGB value is (72,120,149). Sum of RGB (Red+Green+Blue) = 72+120+149=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 149 - color contains mainly: blue. Hex color #487895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487895 is #B7876A. Grayscale: #6C6C6C. Windows color (decimal): -12027755 or 9795656. OLE color: 9795656.

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

Color convert

RGB 72 120 149 -
CMYK 0.52 0.19 0 0.42
HSL 202.6º 0.35% 0.43% -
HSV(B) 202.6º 0.52% 0.58% -
XYZ 14.81 16.98 30.93 -
YUV 108.95 150.6 101.64 -
System Red Green Blue C M Y K H S L
Decimal 72 120 149 0.52 0.19 0 0.42 202.6 0.35 0.43
Hex 48 78 95 34 13 0 2A CB 23 2B
Octal 110 170 225 64 23 0 52 313 43 53
Binary 1001000 1111000 10010101 110100 10011 0 101010 11001011 100011 101011

Color Harmonies of #487895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487895

Black with #487895

Text Example


Text Example

White with #487895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487895; }

 p { color: rgb(72,120,149); }

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

background-color css

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

 a { background-color: rgb(72,120,149); }

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

border-color css

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

 span { border-color: rgb(72,120,149); }

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