Html Css Color HEX #497C85 Paradiso

📋 copy color: '#497C85'

red 73 ◦ green 124 ◦ blue 133

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

Shades of Paradiso #497C85

Tints of Paradiso #497C85

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.58%

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

R = 22.12%
G = 37.58%
B = 40.3%

CMYK

 C value IS 0.45

 M value IS 0.07

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#497C85 (or 0x497C85) is known color: Paradiso. HEX triplet: 49, 7C and 85. RGB value is (73,124,133). Sum of RGB (Red+Green+Blue) = 73+124+133=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 124 (48.83% from 255 or 37.58% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 133 - color contains mainly: blue. Hex color #497C85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497C85 is #B6837A. Grayscale: #6D6D6D. Windows color (decimal): -11961211 or 8748105. OLE color: 8748105.

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

Color convert

RGB 73 124 133 -
CMYK 0.45 0.07 0 0.48
HSL 189º 0.29% 0.4% -
HSV(B) 189º 0.45% 0.52% -
XYZ 14.19 17.53 24.83 -
YUV 109.78 141.1 101.77 -
System Red Green Blue C M Y K H S L
Decimal 73 124 133 0.45 0.07 0 0.48 189 0.29 0.4
Hex 49 7C 85 2D 7 0 30 BD 1D 28
Octal 111 174 205 55 7 0 60 275 35 50
Binary 1001001 1111100 10000101 101101 111 0 110000 10111101 11101 101000

Color Harmonies of #497C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497C85

Black with #497C85

Text Example


Text Example

White with #497C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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