Html Css Color HEX #498089 Paradiso

📋 copy color: '#498089'

red 73 ◦ green 128 ◦ blue 137

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

Shades of Paradiso #498089

Tints of Paradiso #498089

RGB

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

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

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

R = 21.6%
G = 37.87%
B = 40.53%

CMYK

 C value IS 0.47

 M value IS 0.07

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#498089 (or 0x498089) is known color: Paradiso. HEX triplet: 49, 80 and 89. RGB value is (73,128,137). Sum of RGB (Red+Green+Blue) = 73+128+137=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 137 (53.91% from 255 or 40.53% from 338); Max value from RGB is 137 - color contains mainly: blue. Hex color #498089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498089 is #B67F76. Grayscale: #707070. Windows color (decimal): -11960183 or 9011273. OLE color: 9011273.

HSL color Cylindrical-coordinate representation of color #498089: hue angle of 188.44º degrees, saturation: 0.3, 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 #498089 is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 73 128 137 -
CMYK 0.47 0.07 0 0.46
HSL 188.44º 0.3% 0.41% -
HSV(B) 188.44º 0.47% 0.54% -
XYZ 14.98 18.66 26.48 -
YUV 112.58 141.78 99.77 -
System Red Green Blue C M Y K H S L
Decimal 73 128 137 0.47 0.07 0 0.46 188.44 0.3 0.41
Hex 49 80 89 2F 7 0 2E BC 1E 29
Octal 111 200 211 57 7 0 56 274 36 51
Binary 1001001 10000000 10001001 101111 111 0 101110 10111100 11110 101001

Color Harmonies of #498089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498089

Black with #498089

Text Example


Text Example

White with #498089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498089; }

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

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

background-color css

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

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

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

border-color css

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

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

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