Html Css Color HEX #487A8A Jelly Bean

📋 copy color: '#487A8A'

red 72 ◦ green 122 ◦ blue 138

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

Shades of Jelly Bean #487A8A

Tints of Jelly Bean #487A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.57%

R = 21.69%
G = 36.75%
B = 41.57%

CMYK

 C value IS 0.48

 M value IS 0.12

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#487A8A (or 0x487A8A) is known color: Jelly Bean. HEX triplet: 48, 7A and 8A. RGB value is (72,122,138). Sum of RGB (Red+Green+Blue) = 72+122+138=332 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.69% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 138 - color contains mainly: blue. Hex color #487A8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487A8A is #B78575. Grayscale: #6C6C6C. Windows color (decimal): -12027254 or 9075272. OLE color: 9075272.

HSL color Cylindrical-coordinate representation of color #487A8A: hue angle of 194.55º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #487A8A is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 72 122 138 -
CMYK 0.48 0.12 0 0.46
HSL 194.55º 0.31% 0.41% -
HSV(B) 194.55º 0.48% 0.54% -
XYZ 14.22 17.13 26.6 -
YUV 108.87 144.44 101.7 -
System Red Green Blue C M Y K H S L
Decimal 72 122 138 0.48 0.12 0 0.46 194.55 0.31 0.41
Hex 48 7A 8A 30 C 0 2E C3 1F 29
Octal 110 172 212 60 14 0 56 303 37 51
Binary 1001000 1111010 10001010 110000 1100 0 101110 11000011 11111 101001

Color Harmonies of #487A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487A8A

Black with #487A8A

Text Example


Text Example

White with #487A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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