#495A62

Color #495A62 Fiord (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiord #495A62

Tints of Fiord #495A62

Color information

#495A62 (or 0x495A62) is unknown color: approx Fiord. HEX triplet: 49, 5A and 62. RGB value is (73,90,98). Sum of RGB (Red+Green+Blue) = 73+90+98=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 90 (35.55% from 255 or 34.48% from 261); Blue value is 98 (38.67% from 255 or 37.55% from 261); Max value from RGB is 98 - color contains mainly: blue. Hex color #495A62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495A62 is #B6A59D. Grayscale: #555555. Windows color (decimal): -11969950 or 6445641. OLE color: 6445641.

HSL color Cylindrical-coordinate representation of color #495A62: hue angle of 199.2º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #495A62 is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB739098-
CMYK0.260.0800.62
HSL199.2º14.62%33.53%-
HSV(B)199.2º25.51%38.43%-
XYZ8.619.6112.96-
YUV85.83134.87118.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.97%
GREEN value IS 90 (35.55% from 255) = 34.48%
BLUE value IS 98 (38.67% from 255) = 37.55%
R=27.97%
G=34.48%
B=37.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7390980.260.0800.62199.214.6233.53
Hex495A621A803Ec7f22
Octal11113214232100763071742
Binary1001001101101011000101101010000111110110001111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495A62; }

 p { color: rgb(73,90,98); }

 H1.HeaderClassName
 {
   color: #495A62;
 }
 .AnyTagClassName
 {
   color: #495A62;
 }
</style>
background-color css

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

 a { background-color: rgb(73,90,98); }

 div.DivClassName
 {
   background-color: #495A62;
 }
 .BgClassName
 {
   background-color: #495A62;
 }
</style>
border-color css

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

 span { border-color: rgb(73,90,98); }

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