Html Css Color HEX #498483 Paradiso

📋 copy color: '#498483'

red 73 ◦ green 132 ◦ blue 131

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

Shades of Paradiso #498483

Tints of Paradiso #498483

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.29%

 BLUE value IS 131 (51.56% from 255) = 38.99%

R = 21.73%
G = 39.29%
B = 38.99%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#498483 (or 0x498483) is known color: Paradiso. HEX triplet: 49, 84 and 83. RGB value is (73,132,131). Sum of RGB (Red+Green+Blue) = 73+132+131=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 131 (51.56% from 255 or 38.99% from 336); Max value from RGB is 132 - color contains mainly: green. Hex color #498483 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498483 is #B67B7C. Grayscale: #727272. Windows color (decimal): -11959165 or 8619081. OLE color: 8619081.

HSL color Cylindrical-coordinate representation of color #498483: hue angle of 178.98º 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 #498483 is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 132 131 -
CMYK 0.45 0 0.01 0.48
HSL 178.98º 0.29% 0.4% -
HSV(B) 178.98º 0.45% 0.52% -
XYZ 15.1 19.56 24.45 -
YUV 114.25 137.45 98.58 -
System Red Green Blue C M Y K H S L
Decimal 73 132 131 0.45 0 0.01 0.48 178.98 0.29 0.4
Hex 49 84 83 2D 0 1 30 B3 1D 28
Octal 111 204 203 55 0 1 60 263 35 50
Binary 1001001 10000100 10000011 101101 0 1 110000 10110011 11101 101000

Color Harmonies of #498483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498483

Black with #498483

Text Example


Text Example

White with #498483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498483; }

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

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

background-color css

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

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

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

border-color css

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

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

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