Html Css Color HEX #497984 Paradiso

📋 copy color: '#497984'

red 73 ◦ green 121 ◦ blue 132

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

Shades of Paradiso #497984

Tints of Paradiso #497984

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.12%

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

R = 22.39%
G = 37.12%
B = 40.49%

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

#497984 (or 0x497984) is known color: Paradiso. HEX triplet: 49, 79 and 84. RGB value is (73,121,132). Sum of RGB (Red+Green+Blue) = 73+121+132=326 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.39% from 326); Green value is 121 (47.66% from 255 or 37.12% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 132 - color contains mainly: blue. Hex color #497984 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497984 is #B6867B. Grayscale: #6B6B6B. Windows color (decimal): -11961980 or 8681801. OLE color: 8681801.

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

Color convert

RGB 73 121 132 -
CMYK 0.45 0.08 0 0.48
HSL 191.19º 0.29% 0.4% -
HSV(B) 191.19º 0.45% 0.52% -
XYZ 13.75 16.76 24.34 -
YUV 107.9 141.6 103.11 -
System Red Green Blue C M Y K H S L
Decimal 73 121 132 0.45 0.08 0 0.48 191.19 0.29 0.4
Hex 49 79 84 2D 8 0 30 BF 1D 28
Octal 111 171 204 55 10 0 60 277 35 50
Binary 1001001 1111001 10000100 101101 1000 0 110000 10111111 11101 101000

Color Harmonies of #497984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497984

Black with #497984

Text Example


Text Example

White with #497984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497984; }

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

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

background-color css

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

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

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

border-color css

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

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

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