Html Css Color HEX #497187 Calypso

📋 copy color: '#497187'

red 73 ◦ green 113 ◦ blue 135

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

Shades of Calypso #497187

Tints of Calypso #497187

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.2%

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

R = 22.74%
G = 35.2%
B = 42.06%

CMYK

 C value IS 0.46

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#497187 (or 0x497187) is known color: Calypso. HEX triplet: 49, 71 and 87. RGB value is (73,113,135). Sum of RGB (Red+Green+Blue) = 73+113+135=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 135 (53.12% from 255 or 42.06% from 321); Max value from RGB is 135 - color contains mainly: blue. Hex color #497187 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497187 is #B68E78. Grayscale: #676767. Windows color (decimal): -11964025 or 8876361. OLE color: 8876361.

HSL color Cylindrical-coordinate representation of color #497187: hue angle of 201.29º 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 #497187 is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 113 135 -
CMYK 0.46 0.16 0 0.47
HSL 201.29º 0.3% 0.41% -
HSV(B) 201.29º 0.46% 0.53% -
XYZ 13.03 14.98 25.13 -
YUV 103.55 145.75 106.21 -
System Red Green Blue C M Y K H S L
Decimal 73 113 135 0.46 0.16 0 0.47 201.29 0.3 0.41
Hex 49 71 87 2E 10 0 2F C9 1E 29
Octal 111 161 207 56 20 0 57 311 36 51
Binary 1001001 1110001 10000111 101110 10000 0 101111 11001001 11110 101001

Color Harmonies of #497187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497187

Black with #497187

Text Example


Text Example

White with #497187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497187; }

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

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

background-color css

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

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

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

border-color css

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

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

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