Html Css Color HEX #497A80 Paradiso

📋 copy color: '#497A80'

red 73 ◦ green 122 ◦ blue 128

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

Shades of Paradiso #497A80

Tints of Paradiso #497A80

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.77%

 BLUE value IS 128 (50.39% from 255) = 39.63%

R = 22.6%
G = 37.77%
B = 39.63%

CMYK

 C value IS 0.43

 M value IS 0.05

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#497A80 (or 0x497A80) is known color: Paradiso. HEX triplet: 49, 7A and 80. RGB value is (73,122,128). Sum of RGB (Red+Green+Blue) = 73+122+128=323 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.60% from 323); Green value is 122 (48.05% from 255 or 37.77% from 323); Blue value is 128 (50.39% from 255 or 39.63% from 323); Max value from RGB is 128 - color contains mainly: blue. Hex color #497A80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497A80 is #B6857F. Grayscale: #6B6B6B. Windows color (decimal): -11961728 or 8419913. OLE color: 8419913.

HSL color Cylindrical-coordinate representation of color #497A80: hue angle of 186.55º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #497A80 is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 73 122 128 -
CMYK 0.43 0.05 0 0.50
HSL 186.55º 0.27% 0.39% -
HSV(B) 186.55º 0.43% 0.5% -
XYZ 13.6 16.89 22.97 -
YUV 108.03 139.27 103.01 -
System Red Green Blue C M Y K H S L
Decimal 73 122 128 0.43 0.05 0 0.50 186.55 0.27 0.39
Hex 49 7A 80 2B 5 0 32 BB 1B 27
Octal 111 172 200 53 5 0 62 273 33 47
Binary 1001001 1111010 10000000 101011 101 0 110010 10111011 11011 100111

Color Harmonies of #497A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497A80

Black with #497A80

Text Example


Text Example

White with #497A80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,122,128); }

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

background-color css

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

 a { background-color: rgb(73,122,128); }

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

border-color css

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

 span { border-color: rgb(73,122,128); }

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