Html Css Color HEX #488387 Paradiso

📋 copy color: '#488387'

red 72 ◦ green 131 ◦ blue 135

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

Shades of Paradiso #488387

Tints of Paradiso #488387

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.76%

 BLUE value IS 135 (53.13% from 255) = 39.94%

R = 21.3%
G = 38.76%
B = 39.94%

CMYK

 C value IS 0.47

 M value IS 0.03

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#488387 (or 0x488387) is known color: Paradiso. HEX triplet: 48, 83 and 87. RGB value is (72,131,135). Sum of RGB (Red+Green+Blue) = 72+131+135=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 131 (51.56% from 255 or 38.76% from 338); Blue value is 135 (53.12% from 255 or 39.94% from 338); Max value from RGB is 135 - color contains mainly: blue. Hex color #488387 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488387 is #B77C78. Grayscale: #717171. Windows color (decimal): -12024953 or 8880968. OLE color: 8880968.

HSL color Cylindrical-coordinate representation of color #488387: hue angle of 183.81º degrees, saturation: 0.3, 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 #488387 is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 131 135 -
CMYK 0.47 0.03 0 0.47
HSL 183.81º 0.3% 0.41% -
HSV(B) 183.81º 0.47% 0.53% -
XYZ 15.16 19.36 25.86 -
YUV 113.82 139.95 98.17 -
System Red Green Blue C M Y K H S L
Decimal 72 131 135 0.47 0.03 0 0.47 183.81 0.3 0.41
Hex 48 83 87 2F 3 0 2F B8 1E 29
Octal 110 203 207 57 3 0 57 270 36 51
Binary 1001000 10000011 10000111 101111 11 0 101111 10111000 11110 101001

Color Harmonies of #488387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488387

Black with #488387

Text Example


Text Example

White with #488387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488387; }

 p { color: rgb(72,131,135); }

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

background-color css

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

 a { background-color: rgb(72,131,135); }

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

border-color css

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

 span { border-color: rgb(72,131,135); }

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