Html Css Color HEX #497D87 Paradiso

📋 copy color: '#497D87'

red 73 ◦ green 125 ◦ blue 135

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

Shades of Paradiso #497D87

Tints of Paradiso #497D87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 40.54%

R = 21.92%
G = 37.54%
B = 40.54%

CMYK

 C value IS 0.46

 M value IS 0.07

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#497D87 (or 0x497D87) is known color: Paradiso. HEX triplet: 49, 7D and 87. RGB value is (73,125,135). Sum of RGB (Red+Green+Blue) = 73+125+135=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 125 (49.22% from 255 or 37.54% from 333); Blue value is 135 (53.12% from 255 or 40.54% from 333); Max value from RGB is 135 - color contains mainly: blue. Hex color #497D87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497D87 is #B68278. Grayscale: #6E6E6E. Windows color (decimal): -11960953 or 8879433. OLE color: 8879433.

HSL color Cylindrical-coordinate representation of color #497D87: hue angle of 189.68º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #497D87 is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 125 135 -
CMYK 0.46 0.07 0 0.47
HSL 189.68º 0.3% 0.41% -
HSV(B) 189.68º 0.46% 0.53% -
XYZ 14.45 17.83 25.6 -
YUV 110.59 141.77 101.19 -
System Red Green Blue C M Y K H S L
Decimal 73 125 135 0.46 0.07 0 0.47 189.68 0.3 0.41
Hex 49 7D 87 2E 7 0 2F BE 1E 29
Octal 111 175 207 56 7 0 57 276 36 51
Binary 1001001 1111101 10000111 101110 111 0 101111 10111110 11110 101001

Color Harmonies of #497D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497D87

Black with #497D87

Text Example


Text Example

White with #497D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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