Html Css Color HEX #487795 Jelly Bean

📋 copy color: '#487795'

red 72 ◦ green 119 ◦ blue 149

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

Shades of Jelly Bean #487795

Tints of Jelly Bean #487795

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35%

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

R = 21.18%
G = 35%
B = 43.82%

CMYK

 C value IS 0.52

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#487795 (or 0x487795) is known color: Jelly Bean. HEX triplet: 48, 77 and 95. RGB value is (72,119,149). Sum of RGB (Red+Green+Blue) = 72+119+149=340 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.18% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 149 (58.59% from 255 or 43.82% from 340); Max value from RGB is 149 - color contains mainly: blue. Hex color #487795 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487795 is #B7886A. Grayscale: #6C6C6C. Windows color (decimal): -12028011 or 9795400. OLE color: 9795400.

HSL color Cylindrical-coordinate representation of color #487795: hue angle of 203.38º 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 #487795 is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 119 149 -
CMYK 0.52 0.20 0 0.42
HSL 203.38º 0.35% 0.43% -
HSV(B) 203.38º 0.52% 0.58% -
XYZ 14.69 16.74 30.89 -
YUV 108.37 150.93 102.06 -
System Red Green Blue C M Y K H S L
Decimal 72 119 149 0.52 0.20 0 0.42 203.38 0.35 0.43
Hex 48 77 95 34 14 0 2A CB 23 2B
Octal 110 167 225 64 24 0 52 313 43 53
Binary 1001000 1110111 10010101 110100 10100 0 101010 11001011 100011 101011

Color Harmonies of #487795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487795

Black with #487795

Text Example


Text Example

White with #487795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487795; }

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

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

background-color css

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

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

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

border-color css

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

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

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