Html Css Color HEX #487B86 Paradiso

📋 copy color: '#487B86'

red 72 ◦ green 123 ◦ blue 134

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

Shades of Paradiso #487B86

Tints of Paradiso #487B86

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.39%

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

R = 21.88%
G = 37.39%
B = 40.73%

CMYK

 C value IS 0.46

 M value IS 0.08

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#487B86 (or 0x487B86) is known color: Paradiso. HEX triplet: 48, 7B and 86. RGB value is (72,123,134). Sum of RGB (Red+Green+Blue) = 72+123+134=329 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.88% from 329); Green value is 123 (48.44% from 255 or 37.39% from 329); Blue value is 134 (52.73% from 255 or 40.73% from 329); Max value from RGB is 134 - color contains mainly: blue. Hex color #487B86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487B86 is #B78479. Grayscale: #6C6C6C. Windows color (decimal): -12027002 or 8813384. OLE color: 8813384.

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

Color convert

RGB 72 123 134 -
CMYK 0.46 0.08 0 0.47
HSL 190.65º 0.3% 0.4% -
HSV(B) 190.65º 0.46% 0.53% -
XYZ 14.06 17.26 25.15 -
YUV 109.01 142.1 101.61 -
System Red Green Blue C M Y K H S L
Decimal 72 123 134 0.46 0.08 0 0.47 190.65 0.3 0.4
Hex 48 7B 86 2E 8 0 2F BF 1E 28
Octal 110 173 206 56 10 0 57 277 36 50
Binary 1001000 1111011 10000110 101110 1000 0 101111 10111111 11110 101000

Color Harmonies of #487B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487B86

Black with #487B86

Text Example


Text Example

White with #487B86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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