Html Css Color HEX #498188 Paradiso

📋 copy color: '#498188'

red 73 ◦ green 129 ◦ blue 136

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

Shades of Paradiso #498188

Tints of Paradiso #498188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 40.24%

R = 21.6%
G = 38.17%
B = 40.24%

CMYK

 C value IS 0.46

 M value IS 0.05

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#498188 (or 0x498188) is known color: Paradiso. HEX triplet: 49, 81 and 88. RGB value is (73,129,136). Sum of RGB (Red+Green+Blue) = 73+129+136=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 129 (50.78% from 255 or 38.17% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 136 - color contains mainly: blue. Hex color #498188 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498188 is #B67E77. Grayscale: #707070. Windows color (decimal): -11959928 or 8945993. OLE color: 8945993.

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

Color convert

RGB 73 129 136 -
CMYK 0.46 0.05 0 0.47
HSL 186.67º 0.3% 0.41% -
HSV(B) 186.67º 0.46% 0.53% -
XYZ 15.04 18.89 26.15 -
YUV 113.05 140.95 99.43 -
System Red Green Blue C M Y K H S L
Decimal 73 129 136 0.46 0.05 0 0.47 186.67 0.3 0.41
Hex 49 81 88 2E 5 0 2F BB 1E 29
Octal 111 201 210 56 5 0 57 273 36 51
Binary 1001001 10000001 10001000 101110 101 0 101111 10111011 11110 101001

Color Harmonies of #498188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498188

Black with #498188

Text Example


Text Example

White with #498188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498188; }

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

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

background-color css

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

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

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

border-color css

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

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

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