Html Css Color HEX #487D88 Paradiso

📋 copy color: '#487D88'

red 72 ◦ green 125 ◦ blue 136

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

Shades of Paradiso #487D88

Tints of Paradiso #487D88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 40.84%

R = 21.62%
G = 37.54%
B = 40.84%

CMYK

 C value IS 0.47

 M value IS 0.08

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#487D88 (or 0x487D88) is known color: Paradiso. HEX triplet: 48, 7D and 88. RGB value is (72,125,136). Sum of RGB (Red+Green+Blue) = 72+125+136=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 125 (49.22% from 255 or 37.54% from 333); Blue value is 136 (53.52% from 255 or 40.84% from 333); Max value from RGB is 136 - color contains mainly: blue. Hex color #487D88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487D88 is #B78277. Grayscale: #6E6E6E. Windows color (decimal): -12026488 or 8944968. OLE color: 8944968.

HSL color Cylindrical-coordinate representation of color #487D88: hue angle of 190.31º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #487D88 is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 125 136 -
CMYK 0.47 0.08 0 0.47
HSL 190.31º 0.31% 0.41% -
HSV(B) 190.31º 0.47% 0.53% -
XYZ 14.45 17.82 25.97 -
YUV 110.41 142.44 100.61 -
System Red Green Blue C M Y K H S L
Decimal 72 125 136 0.47 0.08 0 0.47 190.31 0.31 0.41
Hex 48 7D 88 2F 8 0 2F BE 1F 29
Octal 110 175 210 57 10 0 57 276 37 51
Binary 1001000 1111101 10001000 101111 1000 0 101111 10111110 11111 101001

Color Harmonies of #487D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487D88

Black with #487D88

Text Example


Text Example

White with #487D88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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