Html Css Color HEX #497285 Calypso

📋 copy color: '#497285'

red 73 ◦ green 114 ◦ blue 133

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

Shades of Calypso #497285

Tints of Calypso #497285

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.63%

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

R = 22.81%
G = 35.63%
B = 41.56%

CMYK

 C value IS 0.45

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#497285 (or 0x497285) is known color: Calypso. HEX triplet: 49, 72 and 85. RGB value is (73,114,133). Sum of RGB (Red+Green+Blue) = 73+114+133=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 133 - color contains mainly: blue. Hex color #497285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497285 is #B68D7A. Grayscale: #676767. Windows color (decimal): -11963771 or 8745545. OLE color: 8745545.

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

Color convert

RGB 73 114 133 -
CMYK 0.45 0.14 0 0.48
HSL 199º 0.29% 0.4% -
HSV(B) 199º 0.45% 0.52% -
XYZ 13 15.14 24.43 -
YUV 103.91 144.42 105.96 -
System Red Green Blue C M Y K H S L
Decimal 73 114 133 0.45 0.14 0 0.48 199 0.29 0.4
Hex 49 72 85 2D E 0 30 C7 1D 28
Octal 111 162 205 55 16 0 60 307 35 50
Binary 1001001 1110010 10000101 101101 1110 0 110000 11000111 11101 101000

Color Harmonies of #497285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497285

Black with #497285

Text Example


Text Example

White with #497285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497285; }

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

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

background-color css

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

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

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

border-color css

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

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

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