Html Css Color HEX #498288 Paradiso

📋 copy color: '#498288'

red 73 ◦ green 130 ◦ blue 136

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

Shades of Paradiso #498288

Tints of Paradiso #498288

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.35%

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

R = 21.53%
G = 38.35%
B = 40.12%

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

#498288 (or 0x498288) is known color: Paradiso. HEX triplet: 49, 82 and 88. RGB value is (73,130,136). Sum of RGB (Red+Green+Blue) = 73+130+136=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 136 - color contains mainly: blue. Hex color #498288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498288 is #B67D77. Grayscale: #717171. Windows color (decimal): -11959672 or 8946249. OLE color: 8946249.

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

Color convert

RGB 73 130 136 -
CMYK 0.46 0.04 0 0.47
HSL 185.71º 0.3% 0.41% -
HSV(B) 185.71º 0.46% 0.53% -
XYZ 15.17 19.16 26.19 -
YUV 113.64 140.62 99.01 -
System Red Green Blue C M Y K H S L
Decimal 73 130 136 0.46 0.04 0 0.47 185.71 0.3 0.41
Hex 49 82 88 2E 4 0 2F BA 1E 29
Octal 111 202 210 56 4 0 57 272 36 51
Binary 1001001 10000010 10001000 101110 100 0 101111 10111010 11110 101001

Color Harmonies of #498288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498288

Black with #498288

Text Example


Text Example

White with #498288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498288; }

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

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

background-color css

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

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

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

border-color css

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

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

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