Html Css Color HEX #498281 Paradiso

📋 copy color: '#498281'

red 73 ◦ green 130 ◦ blue 129

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

Shades of Paradiso #498281

Tints of Paradiso #498281

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.16%

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

R = 21.99%
G = 39.16%
B = 38.86%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#498281 (or 0x498281) is known color: Paradiso. HEX triplet: 49, 82 and 81. RGB value is (73,130,129). Sum of RGB (Red+Green+Blue) = 73+130+129=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 129 (50.78% from 255 or 38.86% from 332); Max value from RGB is 130 - color contains mainly: green. Hex color #498281 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498281 is #B67D7E. Grayscale: #707070. Windows color (decimal): -11959679 or 8487497. OLE color: 8487497.

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

Color convert

RGB 73 130 129 -
CMYK 0.44 0 0.01 0.49
HSL 178.95º 0.28% 0.4% -
HSV(B) 178.95º 0.44% 0.51% -
XYZ 14.69 18.97 23.66 -
YUV 112.84 137.12 99.58 -
System Red Green Blue C M Y K H S L
Decimal 73 130 129 0.44 0 0.01 0.49 178.95 0.28 0.4
Hex 49 82 81 2C 0 1 31 B3 1C 28
Octal 111 202 201 54 0 1 61 263 34 50
Binary 1001001 10000010 10000001 101100 0 1 110001 10110011 11100 101000

Color Harmonies of #498281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498281

Black with #498281

Text Example


Text Example

White with #498281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498281; }

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

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

background-color css

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

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

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

border-color css

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

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

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