Html Css Color HEX #497780 Paradiso

📋 copy color: '#497780'

red 73 ◦ green 119 ◦ blue 128

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

Shades of Paradiso #497780

Tints of Paradiso #497780

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.19%

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

R = 22.81%
G = 37.19%
B = 40%

CMYK

 C value IS 0.43

 M value IS 0.07

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#497780 (or 0x497780) is known color: Paradiso. HEX triplet: 49, 77 and 80. RGB value is (73,119,128). Sum of RGB (Red+Green+Blue) = 73+119+128=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 128 (50.39% from 255 or 40% from 320); Max value from RGB is 128 - color contains mainly: blue. Hex color #497780 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497780 is #B6887F. Grayscale: #6A6A6A. Windows color (decimal): -11962496 or 8419145. OLE color: 8419145.

HSL color Cylindrical-coordinate representation of color #497780: hue angle of 189.82º 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 #497780 is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 73 119 128 -
CMYK 0.43 0.07 0 0.50
HSL 189.82º 0.27% 0.39% -
HSV(B) 189.82º 0.43% 0.5% -
XYZ 13.24 16.17 22.85 -
YUV 106.27 140.26 104.27 -
System Red Green Blue C M Y K H S L
Decimal 73 119 128 0.43 0.07 0 0.50 189.82 0.27 0.39
Hex 49 77 80 2B 7 0 32 BE 1B 27
Octal 111 167 200 53 7 0 62 276 33 47
Binary 1001001 1110111 10000000 101011 111 0 110010 10111110 11011 100111

Color Harmonies of #497780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497780

Black with #497780

Text Example


Text Example

White with #497780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497780; }

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

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

background-color css

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

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

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

border-color css

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

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

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