Html Css Color HEX #487985 Jelly Bean

📋 copy color: '#487985'

red 72 ◦ green 121 ◦ blue 133

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

Shades of Jelly Bean #487985

Tints of Jelly Bean #487985

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.12%

 BLUE value IS 133 (52.34% from 255) = 40.8%

R = 22.09%
G = 37.12%
B = 40.8%

CMYK

 C value IS 0.46

 M value IS 0.09

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#487985 (or 0x487985) is known color: Jelly Bean. HEX triplet: 48, 79 and 85. RGB value is (72,121,133). Sum of RGB (Red+Green+Blue) = 72+121+133=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 121 (47.66% from 255 or 37.12% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 133 - color contains mainly: blue. Hex color #487985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487985 is #B7867A. Grayscale: #6B6B6B. Windows color (decimal): -12027515 or 8747336. OLE color: 8747336.

HSL color Cylindrical-coordinate representation of color #487985: hue angle of 191.8º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #487985 is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 121 133 -
CMYK 0.46 0.09 0 0.48
HSL 191.8º 0.3% 0.4% -
HSV(B) 191.8º 0.46% 0.52% -
XYZ 13.74 16.75 24.7 -
YUV 107.72 142.27 102.52 -
System Red Green Blue C M Y K H S L
Decimal 72 121 133 0.46 0.09 0 0.48 191.8 0.3 0.4
Hex 48 79 85 2E 9 0 30 C0 1E 28
Octal 110 171 205 56 11 0 60 300 36 50
Binary 1001000 1111001 10000101 101110 1001 0 110000 11000000 11110 101000

Color Harmonies of #487985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487985

Black with #487985

Text Example


Text Example

White with #487985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487985; }

 p { color: rgb(72,121,133); }

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

background-color css

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

 a { background-color: rgb(72,121,133); }

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

border-color css

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

 span { border-color: rgb(72,121,133); }

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