Html Css Color HEX #487595 Jelly Bean

📋 copy color: '#487595'

red 72 ◦ green 117 ◦ blue 149

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

Shades of Jelly Bean #487595

Tints of Jelly Bean #487595

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.62%

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

R = 21.3%
G = 34.62%
B = 44.08%

CMYK

 C value IS 0.52

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#487595 (or 0x487595) is known color: Jelly Bean. HEX triplet: 48, 75 and 95. RGB value is (72,117,149). Sum of RGB (Red+Green+Blue) = 72+117+149=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 149 - color contains mainly: blue. Hex color #487595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487595 is #B78A6A. Grayscale: #6B6B6B. Windows color (decimal): -12028523 or 9794888. OLE color: 9794888.

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

Color convert

RGB 72 117 149 -
CMYK 0.52 0.21 0 0.42
HSL 204.94º 0.35% 0.43% -
HSV(B) 204.94º 0.52% 0.58% -
XYZ 14.46 16.27 30.81 -
YUV 107.19 151.59 102.9 -
System Red Green Blue C M Y K H S L
Decimal 72 117 149 0.52 0.21 0 0.42 204.94 0.35 0.43
Hex 48 75 95 34 15 0 2A CD 23 2B
Octal 110 165 225 64 25 0 52 315 43 53
Binary 1001000 1110101 10010101 110100 10101 0 101010 11001101 100011 101011

Color Harmonies of #487595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487595

Black with #487595

Text Example


Text Example

White with #487595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487595; }

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

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

background-color css

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

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

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

border-color css

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

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

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