Html Css Color HEX #498086 Paradiso

📋 copy color: '#498086'

red 73 ◦ green 128 ◦ blue 134

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

Shades of Paradiso #498086

Tints of Paradiso #498086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 40%

R = 21.79%
G = 38.21%
B = 40%

CMYK

 C value IS 0.46

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#498086 (or 0x498086) is known color: Paradiso. HEX triplet: 49, 80 and 86. RGB value is (73,128,134). Sum of RGB (Red+Green+Blue) = 73+128+134=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 128 (50.39% from 255 or 38.21% from 335); Blue value is 134 (52.73% from 255 or 40% from 335); Max value from RGB is 134 - color contains mainly: blue. Hex color #498086 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498086 is #B67F79. Grayscale: #707070. Windows color (decimal): -11960186 or 8814665. OLE color: 8814665.

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

Color convert

RGB 73 128 134 -
CMYK 0.46 0.04 0 0.47
HSL 185.9º 0.29% 0.41% -
HSV(B) 185.9º 0.46% 0.53% -
XYZ 14.77 18.58 25.36 -
YUV 112.24 140.28 100.01 -
System Red Green Blue C M Y K H S L
Decimal 73 128 134 0.46 0.04 0 0.47 185.9 0.29 0.41
Hex 49 80 86 2E 4 0 2F BA 1D 29
Octal 111 200 206 56 4 0 57 272 35 51
Binary 1001001 10000000 10000110 101110 100 0 101111 10111010 11101 101001

Color Harmonies of #498086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498086

Black with #498086

Text Example


Text Example

White with #498086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498086; }

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

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

background-color css

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

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

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

border-color css

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

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

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