Html Css Color HEX #487488 Jelly Bean

📋 copy color: '#487488'

red 72 ◦ green 116 ◦ blue 136

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

Shades of Jelly Bean #487488

Tints of Jelly Bean #487488

RGB

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

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

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

R = 22.22%
G = 35.8%
B = 41.98%

CMYK

 C value IS 0.47

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#487488 (or 0x487488) is known color: Jelly Bean. HEX triplet: 48, 74 and 88. RGB value is (72,116,136). Sum of RGB (Red+Green+Blue) = 72+116+136=324 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.22% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 136 (53.52% from 255 or 41.98% from 324); Max value from RGB is 136 - color contains mainly: blue. Hex color #487488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487488 is #B78B77. Grayscale: #696969. Windows color (decimal): -12028792 or 8942664. OLE color: 8942664.

HSL color Cylindrical-coordinate representation of color #487488: hue angle of 198.75º 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 #487488 is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 116 136 -
CMYK 0.47 0.15 0 0.47
HSL 198.75º 0.31% 0.41% -
HSV(B) 198.75º 0.47% 0.53% -
XYZ 13.36 15.65 25.61 -
YUV 105.12 145.42 104.37 -
System Red Green Blue C M Y K H S L
Decimal 72 116 136 0.47 0.15 0 0.47 198.75 0.31 0.41
Hex 48 74 88 2F F 0 2F C7 1F 29
Octal 110 164 210 57 17 0 57 307 37 51
Binary 1001000 1110100 10001000 101111 1111 0 101111 11000111 11111 101001

Color Harmonies of #487488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487488

Black with #487488

Text Example


Text Example

White with #487488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487488; }

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

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

background-color css

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

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

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

border-color css

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

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

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