Html Css Color HEX #487A8C Jelly Bean

📋 copy color: '#487A8C'

red 72 ◦ green 122 ◦ blue 140

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

Shades of Jelly Bean #487A8C

Tints of Jelly Bean #487A8C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.53%

 BLUE value IS 140 (55.08% from 255) = 41.92%

R = 21.56%
G = 36.53%
B = 41.92%

CMYK

 C value IS 0.49

 M value IS 0.13

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#487A8C (or 0x487A8C) is known color: Jelly Bean. HEX triplet: 48, 7A and 8C. RGB value is (72,122,140). Sum of RGB (Red+Green+Blue) = 72+122+140=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 122 (48.05% from 255 or 36.53% from 334); Blue value is 140 (55.08% from 255 or 41.92% from 334); Max value from RGB is 140 - color contains mainly: blue. Hex color #487A8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487A8C is #B78573. Grayscale: #6C6C6C. Windows color (decimal): -12027252 or 9206344. OLE color: 9206344.

HSL color Cylindrical-coordinate representation of color #487A8C: hue angle of 195.88º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #487A8C is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 122 140 -
CMYK 0.49 0.13 0 0.45
HSL 195.88º 0.32% 0.42% -
HSV(B) 195.88º 0.49% 0.55% -
XYZ 14.37 17.19 27.37 -
YUV 109.1 145.44 101.54 -
System Red Green Blue C M Y K H S L
Decimal 72 122 140 0.49 0.13 0 0.45 195.88 0.32 0.42
Hex 48 7A 8C 31 D 0 2D C4 20 2A
Octal 110 172 214 61 15 0 55 304 40 52
Binary 1001000 1111010 10001100 110001 1101 0 101101 11000100 100000 101010

Color Harmonies of #487A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487A8C

Black with #487A8C

Text Example


Text Example

White with #487A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487A8C; }

 p { color: rgb(72,122,140); }

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

background-color css

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

 a { background-color: rgb(72,122,140); }

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

border-color css

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

 span { border-color: rgb(72,122,140); }

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