Html Css Color HEX #487D86 Paradiso

📋 copy color: '#487D86'

red 72 ◦ green 125 ◦ blue 134

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

Shades of Paradiso #487D86

Tints of Paradiso #487D86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 40.48%

R = 21.75%
G = 37.76%
B = 40.48%

CMYK

 C value IS 0.46

 M value IS 0.07

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#487D86 (or 0x487D86) is known color: Paradiso. HEX triplet: 48, 7D and 86. RGB value is (72,125,134). Sum of RGB (Red+Green+Blue) = 72+125+134=331 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.75% from 331); Green value is 125 (49.22% from 255 or 37.76% from 331); Blue value is 134 (52.73% from 255 or 40.48% from 331); Max value from RGB is 134 - color contains mainly: blue. Hex color #487D86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487D86 is #B78279. Grayscale: #6E6E6E. Windows color (decimal): -12026490 or 8813896. OLE color: 8813896.

HSL color Cylindrical-coordinate representation of color #487D86: hue angle of 188.71º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #487D86 is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 125 134 -
CMYK 0.46 0.07 0 0.47
HSL 188.71º 0.3% 0.4% -
HSV(B) 188.71º 0.46% 0.53% -
XYZ 14.31 17.77 25.23 -
YUV 110.18 141.44 100.77 -
System Red Green Blue C M Y K H S L
Decimal 72 125 134 0.46 0.07 0 0.47 188.71 0.3 0.4
Hex 48 7D 86 2E 7 0 2F BD 1E 28
Octal 110 175 206 56 7 0 57 275 36 50
Binary 1001000 1111101 10000110 101110 111 0 101111 10111101 11110 101000

Color Harmonies of #487D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487D86

Black with #487D86

Text Example


Text Example

White with #487D86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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