Html Css Color HEX #488488 Paradiso

📋 copy color: '#488488'

red 72 ◦ green 132 ◦ blue 136

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

Shades of Paradiso #488488

Tints of Paradiso #488488

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.82%

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

R = 21.18%
G = 38.82%
B = 40%

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

#488488 (or 0x488488) is known color: Paradiso. HEX triplet: 48, 84 and 88. RGB value is (72,132,136). Sum of RGB (Red+Green+Blue) = 72+132+136=340 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.18% from 340); Green value is 132 (51.95% from 255 or 38.82% from 340); Blue value is 136 (53.52% from 255 or 40% from 340); Max value from RGB is 136 - color contains mainly: blue. Hex color #488488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488488 is #B77B77. Grayscale: #727272. Windows color (decimal): -12024696 or 8946760. OLE color: 8946760.

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

Color convert

RGB 72 132 136 -
CMYK 0.47 0.03 0 0.47
HSL 183.75º 0.31% 0.41% -
HSV(B) 183.75º 0.47% 0.53% -
XYZ 15.37 19.66 26.28 -
YUV 114.52 140.12 97.67 -
System Red Green Blue C M Y K H S L
Decimal 72 132 136 0.47 0.03 0 0.47 183.75 0.31 0.41
Hex 48 84 88 2F 3 0 2F B8 1F 29
Octal 110 204 210 57 3 0 57 270 37 51
Binary 1001000 10000100 10001000 101111 11 0 101111 10111000 11111 101001

Color Harmonies of #488488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488488

Black with #488488

Text Example


Text Example

White with #488488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488488; }

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

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

background-color css

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

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

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

border-color css

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

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

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