Html Css Color HEX #498080 Paradiso

📋 copy color: '#498080'

red 73 ◦ green 128 ◦ blue 128

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

Shades of Paradiso #498080

Tints of Paradiso #498080

RGB

 RED value IS 73 (28.91% from 255) = 22.19%

 GREEN value IS 128 (50.39% from 255) = 38.91%

 BLUE value IS 128 (50.39% from 255) = 38.91%

R = 22.19%
G = 38.91%
B = 38.91%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#498080 (or 0x498080) is known color: Paradiso. HEX triplet: 49, 80 and 80. RGB value is (73,128,128). Sum of RGB (Red+Green+Blue) = 73+128+128=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 128 (50.39% from 255 or 38.91% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 128 - color contains mainly: green, blue. Hex color #498080 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498080 is #B67F7F. Grayscale: #6F6F6F. Windows color (decimal): -11960192 or 8421449. OLE color: 8421449.

HSL color Cylindrical-coordinate representation of color #498080: hue angle of 180º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #498080 is Cyan = 0.43, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 73 128 128 -
CMYK 0.43 0 0 0.50
HSL 180º 0.27% 0.39% -
HSV(B) 180º 0.43% 0.5% -
XYZ 14.36 18.41 23.22 -
YUV 111.56 137.28 100.5 -
System Red Green Blue C M Y K H S L
Decimal 73 128 128 0.43 0 0 0.50 180 0.27 0.39
Hex 49 80 80 2B 0 0 32 B4 1B 27
Octal 111 200 200 53 0 0 62 264 33 47
Binary 1001001 10000000 10000000 101011 0 0 110010 10110100 11011 100111

Color Harmonies of #498080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498080

Black with #498080

Text Example


Text Example

White with #498080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498080; }

 p { color: rgb(73,128,128); }

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

background-color css

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

 a { background-color: rgb(73,128,128); }

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

border-color css

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

 span { border-color: rgb(73,128,128); }

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