Html Css Color HEX #498388 Paradiso

📋 copy color: '#498388'

red 73 ◦ green 131 ◦ blue 136

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

Shades of Paradiso #498388

Tints of Paradiso #498388

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.53%

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

R = 21.47%
G = 38.53%
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

#498388 (or 0x498388) is known color: Paradiso. HEX triplet: 49, 83 and 88. RGB value is (73,131,136). Sum of RGB (Red+Green+Blue) = 73+131+136=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 131 (51.56% from 255 or 38.53% from 340); Blue value is 136 (53.52% from 255 or 40% from 340); Max value from RGB is 136 - color contains mainly: blue. Hex color #498388 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498388 is #B67C77. Grayscale: #727272. Windows color (decimal): -11959416 or 8946505. OLE color: 8946505.

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

Color convert

RGB 73 131 136 -
CMYK 0.46 0.04 0 0.47
HSL 184.76º 0.3% 0.41% -
HSV(B) 184.76º 0.46% 0.53% -
XYZ 15.31 19.43 26.24 -
YUV 114.23 140.28 98.59 -
System Red Green Blue C M Y K H S L
Decimal 73 131 136 0.46 0.04 0 0.47 184.76 0.3 0.41
Hex 49 83 88 2E 4 0 2F B9 1E 29
Octal 111 203 210 56 4 0 57 271 36 51
Binary 1001001 10000011 10001000 101110 100 0 101111 10111001 11110 101001

Color Harmonies of #498388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498388

Black with #498388

Text Example


Text Example

White with #498388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498388; }

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

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

background-color css

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

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

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

border-color css

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

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

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