Html Css Color HEX #487E82 Paradiso

📋 copy color: '#487E82'

red 72 ◦ green 126 ◦ blue 130

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

Shades of Paradiso #487E82

Tints of Paradiso #487E82

RGB

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

 GREEN value IS 126 (49.61% from 255) = 38.41%

 BLUE value IS 130 (51.17% from 255) = 39.63%

R = 21.95%
G = 38.41%
B = 39.63%

CMYK

 C value IS 0.45

 M value IS 0.03

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#487E82 (or 0x487E82) is known color: Paradiso. HEX triplet: 48, 7E and 82. RGB value is (72,126,130). Sum of RGB (Red+Green+Blue) = 72+126+130=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 126 (49.61% from 255 or 38.41% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 130 - color contains mainly: blue. Hex color #487E82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487E82 is #B7817D. Grayscale: #6E6E6E. Windows color (decimal): -12026238 or 8552008. OLE color: 8552008.

HSL color Cylindrical-coordinate representation of color #487E82: hue angle of 184.14º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #487E82 is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 126 130 -
CMYK 0.45 0.03 0 0.49
HSL 184.14º 0.29% 0.4% -
HSV(B) 184.14º 0.45% 0.51% -
XYZ 14.16 17.91 23.83 -
YUV 110.31 139.11 100.67 -
System Red Green Blue C M Y K H S L
Decimal 72 126 130 0.45 0.03 0 0.49 184.14 0.29 0.4
Hex 48 7E 82 2D 3 0 31 B8 1D 28
Octal 110 176 202 55 3 0 61 270 35 50
Binary 1001000 1111110 10000010 101101 11 0 110001 10111000 11101 101000

Color Harmonies of #487E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487E82

Black with #487E82

Text Example


Text Example

White with #487E82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,126,130); }

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

background-color css

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

 a { background-color: rgb(72,126,130); }

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

border-color css

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

 span { border-color: rgb(72,126,130); }

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