Html Css Color HEX #497E82 Paradiso

📋 copy color: '#497E82'

red 73 ◦ green 126 ◦ blue 130

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

Shades of Paradiso #497E82

Tints of Paradiso #497E82

RGB

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

 GREEN value IS 126 (49.61% from 255) = 38.3%

 BLUE value IS 130 (51.17% from 255) = 39.51%

R = 22.19%
G = 38.3%
B = 39.51%

CMYK

 C value IS 0.44

 M value IS 0.03

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#497E82 (or 0x497E82) is known color: Paradiso. HEX triplet: 49, 7E and 82. RGB value is (73,126,130). Sum of RGB (Red+Green+Blue) = 73+126+130=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 126 (49.61% from 255 or 38.30% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 130 - color contains mainly: blue. Hex color #497E82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497E82 is #B6817D. Grayscale: #6E6E6E. Windows color (decimal): -11960702 or 8552009. OLE color: 8552009.

HSL color Cylindrical-coordinate representation of color #497E82: hue angle of 184.21º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #497E82 is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 126 130 -
CMYK 0.44 0.03 0 0.49
HSL 184.21º 0.28% 0.4% -
HSV(B) 184.21º 0.44% 0.51% -
XYZ 14.24 17.95 23.83 -
YUV 110.61 138.94 101.17 -
System Red Green Blue C M Y K H S L
Decimal 73 126 130 0.44 0.03 0 0.49 184.21 0.28 0.4
Hex 49 7E 82 2C 3 0 31 B8 1C 28
Octal 111 176 202 54 3 0 61 270 34 50
Binary 1001001 1111110 10000010 101100 11 0 110001 10111000 11100 101000

Color Harmonies of #497E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497E82

Black with #497E82

Text Example


Text Example

White with #497E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497E82; }

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

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

background-color css

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

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

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

border-color css

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

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

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