Html Css Color HEX #497B84 Paradiso

📋 copy color: '#497B84'

red 73 ◦ green 123 ◦ blue 132

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

Shades of Paradiso #497B84

Tints of Paradiso #497B84

RGB

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

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

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

R = 22.26%
G = 37.5%
B = 40.24%

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

#497B84 (or 0x497B84) is known color: Paradiso. HEX triplet: 49, 7B and 84. RGB value is (73,123,132). Sum of RGB (Red+Green+Blue) = 73+123+132=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 123 (48.44% from 255 or 37.5% from 328); Blue value is 132 (51.95% from 255 or 40.24% from 328); Max value from RGB is 132 - color contains mainly: blue. Hex color #497B84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497B84 is #B6847B. Grayscale: #6C6C6C. Windows color (decimal): -11961468 or 8682313. OLE color: 8682313.

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

Color convert

RGB 73 123 132 -
CMYK 0.45 0.07 0 0.48
HSL 189.15º 0.29% 0.4% -
HSV(B) 189.15º 0.45% 0.52% -
XYZ 14 17.25 24.42 -
YUV 109.08 140.94 102.27 -
System Red Green Blue C M Y K H S L
Decimal 73 123 132 0.45 0.07 0 0.48 189.15 0.29 0.4
Hex 49 7B 84 2D 7 0 30 BD 1D 28
Octal 111 173 204 55 7 0 60 275 35 50
Binary 1001001 1111011 10000100 101101 111 0 110000 10111101 11101 101000

Color Harmonies of #497B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497B84

Black with #497B84

Text Example


Text Example

White with #497B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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