Html Css Color HEX #497E85 Paradiso

📋 copy color: '#497E85'

red 73 ◦ green 126 ◦ blue 133

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

Shades of Paradiso #497E85

Tints of Paradiso #497E85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 40.06%

R = 21.99%
G = 37.95%
B = 40.06%

CMYK

 C value IS 0.45

 M value IS 0.05

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#497E85 (or 0x497E85) is known color: Paradiso. HEX triplet: 49, 7E and 85. RGB value is (73,126,133). Sum of RGB (Red+Green+Blue) = 73+126+133=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 126 (49.61% from 255 or 37.95% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 133 - color contains mainly: blue. Hex color #497E85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497E85 is #B6817A. Grayscale: #6E6E6E. Windows color (decimal): -11960699 or 8748617. OLE color: 8748617.

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

Color convert

RGB 73 126 133 -
CMYK 0.45 0.05 0 0.48
HSL 187º 0.29% 0.4% -
HSV(B) 187º 0.45% 0.52% -
XYZ 14.44 18.03 24.91 -
YUV 110.95 140.44 100.93 -
System Red Green Blue C M Y K H S L
Decimal 73 126 133 0.45 0.05 0 0.48 187 0.29 0.4
Hex 49 7E 85 2D 5 0 30 BB 1D 28
Octal 111 176 205 55 5 0 60 273 35 50
Binary 1001001 1111110 10000101 101101 101 0 110000 10111011 11101 101000

Color Harmonies of #497E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497E85

Black with #497E85

Text Example


Text Example

White with #497E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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