Html Css Color HEX #498185 Paradiso

📋 copy color: '#498185'

red 73 ◦ green 129 ◦ blue 133

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

Shades of Paradiso #498185

Tints of Paradiso #498185

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.51%

 BLUE value IS 133 (52.34% from 255) = 39.7%

R = 21.79%
G = 38.51%
B = 39.7%

CMYK

 C value IS 0.45

 M value IS 0.03

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#498185 (or 0x498185) is known color: Paradiso. HEX triplet: 49, 81 and 85. RGB value is (73,129,133). Sum of RGB (Red+Green+Blue) = 73+129+133=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 133 - color contains mainly: blue. Hex color #498185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498185 is #B67E7A. Grayscale: #707070. Windows color (decimal): -11959931 or 8749385. OLE color: 8749385.

HSL color Cylindrical-coordinate representation of color #498185: hue angle of 184º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #498185 is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 129 133 -
CMYK 0.45 0.03 0 0.48
HSL 184º 0.29% 0.4% -
HSV(B) 184º 0.45% 0.52% -
XYZ 14.83 18.81 25.04 -
YUV 112.71 139.45 99.67 -
System Red Green Blue C M Y K H S L
Decimal 73 129 133 0.45 0.03 0 0.48 184 0.29 0.4
Hex 49 81 85 2D 3 0 30 B8 1D 28
Octal 111 201 205 55 3 0 60 270 35 50
Binary 1001001 10000001 10000101 101101 11 0 110000 10111000 11101 101000

Color Harmonies of #498185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498185

Black with #498185

Text Example


Text Example

White with #498185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498185; }

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

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

background-color css

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

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

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

border-color css

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

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

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