Html Css Color HEX #487D85 Paradiso

📋 copy color: '#487D85'

red 72 ◦ green 125 ◦ blue 133

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

Shades of Paradiso #487D85

Tints of Paradiso #487D85

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.88%

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

R = 21.82%
G = 37.88%
B = 40.3%

CMYK

 C value IS 0.46

 M value IS 0.06

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#487D85 (or 0x487D85) is known color: Paradiso. HEX triplet: 48, 7D and 85. RGB value is (72,125,133). Sum of RGB (Red+Green+Blue) = 72+125+133=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 125 (49.22% from 255 or 37.88% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 133 - color contains mainly: blue. Hex color #487D85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487D85 is #B7827A. Grayscale: #6D6D6D. Windows color (decimal): -12026491 or 8748360. OLE color: 8748360.

HSL color Cylindrical-coordinate representation of color #487D85: hue angle of 187.87º 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 #487D85 is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 125 133 -
CMYK 0.46 0.06 0 0.48
HSL 187.87º 0.3% 0.4% -
HSV(B) 187.87º 0.46% 0.52% -
XYZ 14.24 17.74 24.86 -
YUV 110.07 140.94 100.85 -
System Red Green Blue C M Y K H S L
Decimal 72 125 133 0.46 0.06 0 0.48 187.87 0.3 0.4
Hex 48 7D 85 2E 6 0 30 BC 1E 28
Octal 110 175 205 56 6 0 60 274 36 50
Binary 1001000 1111101 10000101 101110 110 0 110000 10111100 11110 101000

Color Harmonies of #487D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487D85

Black with #487D85

Text Example


Text Example

White with #487D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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