Html Css Color HEX #488489 Paradiso

📋 copy color: '#488489'

red 72 ◦ green 132 ◦ blue 137

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

Shades of Paradiso #488489

Tints of Paradiso #488489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 40.18%

R = 21.11%
G = 38.71%
B = 40.18%

CMYK

 C value IS 0.47

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#488489 (or 0x488489) is known color: Paradiso. HEX triplet: 48, 84 and 89. RGB value is (72,132,137). Sum of RGB (Red+Green+Blue) = 72+132+137=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 137 (53.91% from 255 or 40.18% from 341); Max value from RGB is 137 - color contains mainly: blue. Hex color #488489 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488489 is #B77B76. Grayscale: #727272. Windows color (decimal): -12024695 or 9012296. OLE color: 9012296.

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

Color convert

RGB 72 132 137 -
CMYK 0.47 0.04 0 0.46
HSL 184.62º 0.31% 0.41% -
HSV(B) 184.62º 0.47% 0.54% -
XYZ 15.44 19.69 26.65 -
YUV 114.63 140.62 97.59 -
System Red Green Blue C M Y K H S L
Decimal 72 132 137 0.47 0.04 0 0.46 184.62 0.31 0.41
Hex 48 84 89 2F 4 0 2E B9 1F 29
Octal 110 204 211 57 4 0 56 271 37 51
Binary 1001000 10000100 10001001 101111 100 0 101110 10111001 11111 101001

Color Harmonies of #488489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488489

Black with #488489

Text Example


Text Example

White with #488489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488489; }

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

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

background-color css

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

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

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

border-color css

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

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

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