Html Css Color HEX #487288 Jelly Bean

📋 copy color: '#487288'

red 72 ◦ green 114 ◦ blue 136

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

Shades of Jelly Bean #487288

Tints of Jelly Bean #487288

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.4%

 BLUE value IS 136 (53.52% from 255) = 42.24%

R = 22.36%
G = 35.4%
B = 42.24%

CMYK

 C value IS 0.47

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#487288 (or 0x487288) is known color: Jelly Bean. HEX triplet: 48, 72 and 88. RGB value is (72,114,136). Sum of RGB (Red+Green+Blue) = 72+114+136=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 136 (53.52% from 255 or 42.24% from 322); Max value from RGB is 136 - color contains mainly: blue. Hex color #487288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487288 is #B78D77. Grayscale: #676767. Windows color (decimal): -12029304 or 8942152. OLE color: 8942152.

HSL color Cylindrical-coordinate representation of color #487288: hue angle of 200.62º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #487288 is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 114 136 -
CMYK 0.47 0.16 0 0.47
HSL 200.63º 0.31% 0.41% -
HSV(B) 200.63º 0.47% 0.53% -
XYZ 13.13 15.19 25.53 -
YUV 103.95 146.09 105.21 -
System Red Green Blue C M Y K H S L
Decimal 72 114 136 0.47 0.16 0 0.47 200.63 0.31 0.41
Hex 48 72 88 2F 10 0 2F C9 1F 29
Octal 110 162 210 57 20 0 57 311 37 51
Binary 1001000 1110010 10001000 101111 10000 0 101111 11001001 11111 101001

Color Harmonies of #487288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487288

Black with #487288

Text Example


Text Example

White with #487288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487288; }

 p { color: rgb(72,114,136); }

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

background-color css

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

 a { background-color: rgb(72,114,136); }

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

border-color css

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

 span { border-color: rgb(72,114,136); }

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