Html Css Color HEX #497085 Calypso

📋 copy color: '#497085'

red 73 ◦ green 112 ◦ blue 133

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

Shades of Calypso #497085

Tints of Calypso #497085

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.22%

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

R = 22.96%
G = 35.22%
B = 41.82%

CMYK

 C value IS 0.45

 M value IS 0.16

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#497085 (or 0x497085) is known color: Calypso. HEX triplet: 49, 70 and 85. RGB value is (73,112,133). Sum of RGB (Red+Green+Blue) = 73+112+133=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 133 - color contains mainly: blue. Hex color #497085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497085 is #B68F7A. Grayscale: #666666. Windows color (decimal): -11964283 or 8745033. OLE color: 8745033.

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

Color convert

RGB 73 112 133 -
CMYK 0.45 0.16 0 0.48
HSL 201º 0.29% 0.4% -
HSV(B) 201º 0.45% 0.52% -
XYZ 12.78 14.7 24.35 -
YUV 102.73 145.08 106.79 -
System Red Green Blue C M Y K H S L
Decimal 73 112 133 0.45 0.16 0 0.48 201 0.29 0.4
Hex 49 70 85 2D 10 0 30 C9 1D 28
Octal 111 160 205 55 20 0 60 311 35 50
Binary 1001001 1110000 10000101 101101 10000 0 110000 11001001 11101 101000

Color Harmonies of #497085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497085

Black with #497085

Text Example


Text Example

White with #497085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497085; }

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

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

background-color css

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

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

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

border-color css

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

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

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