Html Css Color HEX #497A85 Paradiso

📋 copy color: '#497A85'

red 73 ◦ green 122 ◦ blue 133

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

Shades of Paradiso #497A85

Tints of Paradiso #497A85

RGB

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

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

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

R = 22.26%
G = 37.2%
B = 40.55%

CMYK

 C value IS 0.45

 M value IS 0.08

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#497A85 (or 0x497A85) is known color: Paradiso. HEX triplet: 49, 7A and 85. RGB value is (73,122,133). Sum of RGB (Red+Green+Blue) = 73+122+133=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 122 (48.05% from 255 or 37.20% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 133 - color contains mainly: blue. Hex color #497A85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497A85 is #B6857A. Grayscale: #6C6C6C. Windows color (decimal): -11961723 or 8747593. OLE color: 8747593.

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

Color convert

RGB 73 122 133 -
CMYK 0.45 0.08 0 0.48
HSL 191º 0.29% 0.4% -
HSV(B) 191º 0.45% 0.52% -
XYZ 13.94 17.03 24.74 -
YUV 108.6 141.77 102.61 -
System Red Green Blue C M Y K H S L
Decimal 73 122 133 0.45 0.08 0 0.48 191 0.29 0.4
Hex 49 7A 85 2D 8 0 30 BF 1D 28
Octal 111 172 205 55 10 0 60 277 35 50
Binary 1001001 1111010 10000101 101101 1000 0 110000 10111111 11101 101000

Color Harmonies of #497A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497A85

Black with #497A85

Text Example


Text Example

White with #497A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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