Html Css Color HEX #497185 Calypso

📋 copy color: '#497185'

red 73 ◦ green 113 ◦ blue 133

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

Shades of Calypso #497185

Tints of Calypso #497185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 41.69%

R = 22.88%
G = 35.42%
B = 41.69%

CMYK

 C value IS 0.45

 M value IS 0.15

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#497185 (or 0x497185) is known color: Calypso. HEX triplet: 49, 71 and 85. RGB value is (73,113,133). Sum of RGB (Red+Green+Blue) = 73+113+133=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 133 - color contains mainly: blue. Hex color #497185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497185 is #B68E7A. Grayscale: #676767. Windows color (decimal): -11964027 or 8745289. OLE color: 8745289.

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

Color convert

RGB 73 113 133 -
CMYK 0.45 0.15 0 0.48
HSL 200º 0.29% 0.4% -
HSV(B) 200º 0.45% 0.52% -
XYZ 12.89 14.92 24.39 -
YUV 103.32 144.75 106.37 -
System Red Green Blue C M Y K H S L
Decimal 73 113 133 0.45 0.15 0 0.48 200 0.29 0.4
Hex 49 71 85 2D F 0 30 C8 1D 28
Octal 111 161 205 55 17 0 60 310 35 50
Binary 1001001 1110001 10000101 101101 1111 0 110000 11001000 11101 101000

Color Harmonies of #497185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497185

Black with #497185

Text Example


Text Example

White with #497185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497185; }

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

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

background-color css

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

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

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

border-color css

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

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

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