Html Css Color HEX #498081 Paradiso

📋 copy color: '#498081'

red 73 ◦ green 128 ◦ blue 129

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

Shades of Paradiso #498081

Tints of Paradiso #498081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 39.09%

R = 22.12%
G = 38.79%
B = 39.09%

CMYK

 C value IS 0.43

 M value IS 0.01

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#498081 (or 0x498081) is known color: Paradiso. HEX triplet: 49, 80 and 81. RGB value is (73,128,129). Sum of RGB (Red+Green+Blue) = 73+128+129=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 128 (50.39% from 255 or 38.79% from 330); Blue value is 129 (50.78% from 255 or 39.09% from 330); Max value from RGB is 129 - color contains mainly: blue. Hex color #498081 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498081 is #B67F7E. Grayscale: #6F6F6F. Windows color (decimal): -11960191 or 8486985. OLE color: 8486985.

HSL color Cylindrical-coordinate representation of color #498081: hue angle of 181.07º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #498081 is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 128 129 -
CMYK 0.43 0.01 0 0.49
HSL 181.07º 0.28% 0.4% -
HSV(B) 181.07º 0.43% 0.51% -
XYZ 14.43 18.44 23.57 -
YUV 111.67 137.78 100.42 -
System Red Green Blue C M Y K H S L
Decimal 73 128 129 0.43 0.01 0 0.49 181.07 0.28 0.4
Hex 49 80 81 2B 1 0 31 B5 1C 28
Octal 111 200 201 53 1 0 61 265 34 50
Binary 1001001 10000000 10000001 101011 1 0 110001 10110101 11100 101000

Color Harmonies of #498081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498081

Black with #498081

Text Example


Text Example

White with #498081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498081; }

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

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

background-color css

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

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

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

border-color css

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

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

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