Html Css Color HEX #497B85 Paradiso

📋 copy color: '#497B85'

red 73 ◦ green 123 ◦ blue 133

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

Shades of Paradiso #497B85

Tints of Paradiso #497B85

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.39%

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

R = 22.19%
G = 37.39%
B = 40.43%

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

#497B85 (or 0x497B85) is known color: Paradiso. HEX triplet: 49, 7B and 85. RGB value is (73,123,133). Sum of RGB (Red+Green+Blue) = 73+123+133=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 123 (48.44% from 255 or 37.39% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 133 - color contains mainly: blue. Hex color #497B85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497B85 is #B6847A. Grayscale: #6D6D6D. Windows color (decimal): -11961467 or 8747849. OLE color: 8747849.

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

Color convert

RGB 73 123 133 -
CMYK 0.45 0.08 0 0.48
HSL 190º 0.29% 0.4% -
HSV(B) 190º 0.45% 0.52% -
XYZ 14.06 17.28 24.78 -
YUV 109.19 141.44 102.19 -
System Red Green Blue C M Y K H S L
Decimal 73 123 133 0.45 0.08 0 0.48 190 0.29 0.4
Hex 49 7B 85 2D 8 0 30 BE 1D 28
Octal 111 173 205 55 10 0 60 276 35 50
Binary 1001001 1111011 10000101 101101 1000 0 110000 10111110 11101 101000

Color Harmonies of #497B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497B85

Black with #497B85

Text Example


Text Example

White with #497B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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