Html Css Color HEX #497981 Paradiso

📋 copy color: '#497981'

red 73 ◦ green 121 ◦ blue 129

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

Shades of Paradiso #497981

Tints of Paradiso #497981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 39.94%

R = 22.6%
G = 37.46%
B = 39.94%

CMYK

 C value IS 0.43

 M value IS 0.06

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#497981 (or 0x497981) is known color: Paradiso. HEX triplet: 49, 79 and 81. RGB value is (73,121,129). Sum of RGB (Red+Green+Blue) = 73+121+129=323 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.60% from 323); Green value is 121 (47.66% from 255 or 37.46% from 323); Blue value is 129 (50.78% from 255 or 39.94% from 323); Max value from RGB is 129 - color contains mainly: blue. Hex color #497981 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497981 is #B6867E. Grayscale: #6B6B6B. Windows color (decimal): -11961983 or 8485193. OLE color: 8485193.

HSL color Cylindrical-coordinate representation of color #497981: hue angle of 188.57º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #497981 is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 121 129 -
CMYK 0.43 0.06 0 0.49
HSL 188.57º 0.28% 0.4% -
HSV(B) 188.57º 0.43% 0.51% -
XYZ 13.55 16.68 23.27 -
YUV 107.56 140.1 103.35 -
System Red Green Blue C M Y K H S L
Decimal 73 121 129 0.43 0.06 0 0.49 188.57 0.28 0.4
Hex 49 79 81 2B 6 0 31 BD 1C 28
Octal 111 171 201 53 6 0 61 275 34 50
Binary 1001001 1111001 10000001 101011 110 0 110001 10111101 11100 101000

Color Harmonies of #497981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497981

Black with #497981

Text Example


Text Example

White with #497981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497981; }

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

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

background-color css

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

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

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

border-color css

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

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

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