Html Css Color HEX #497D84 Paradiso

📋 copy color: '#497D84'

red 73 ◦ green 125 ◦ blue 132

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

Shades of Paradiso #497D84

Tints of Paradiso #497D84

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.88%

 BLUE value IS 132 (51.95% from 255) = 40%

R = 22.12%
G = 37.88%
B = 40%

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

#497D84 (or 0x497D84) is known color: Paradiso. HEX triplet: 49, 7D and 84. RGB value is (73,125,132). Sum of RGB (Red+Green+Blue) = 73+125+132=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 125 (49.22% from 255 or 37.88% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 132 - color contains mainly: blue. Hex color #497D84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497D84 is #B6827B. Grayscale: #6E6E6E. Windows color (decimal): -11960956 or 8682825. OLE color: 8682825.

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

Color convert

RGB 73 125 132 -
CMYK 0.45 0.05 0 0.48
HSL 187.12º 0.29% 0.4% -
HSV(B) 187.12º 0.45% 0.52% -
XYZ 14.25 17.75 24.5 -
YUV 110.25 140.27 101.43 -
System Red Green Blue C M Y K H S L
Decimal 73 125 132 0.45 0.05 0 0.48 187.12 0.29 0.4
Hex 49 7D 84 2D 5 0 30 BB 1D 28
Octal 111 175 204 55 5 0 60 273 35 50
Binary 1001001 1111101 10000100 101101 101 0 110000 10111011 11101 101000

Color Harmonies of #497D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497D84

Black with #497D84

Text Example


Text Example

White with #497D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,125,132); }

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

background-color css

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

 a { background-color: rgb(73,125,132); }

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

border-color css

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

 span { border-color: rgb(73,125,132); }

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