#495D6B

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

Shades of Fiord #495D6B

Tints of Fiord #495D6B

Color information

#495D6B (or 0x495D6B) is unknown color: approx Fiord. HEX triplet: 49, 5D and 6B. RGB value is (73,93,107). Sum of RGB (Red+Green+Blue) = 73+93+107=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 107 - color contains mainly: blue. Hex color #495D6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495D6B is #B6A294. Grayscale: #585858. Windows color (decimal): -11969173 or 7036233. OLE color: 7036233.

HSL color Cylindrical-coordinate representation of color #495D6B: hue angle of 204.71º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #495D6B is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7393107-
CMYK0.320.1300.58
HSL204.71º18.89%35.29%-
HSV(B)204.71º31.78%41.96%-
XYZ9.3210.3115.41-
YUV88.62138.37116.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.74%
GREEN value IS 93 (36.72% from 255) = 34.07%
BLUE value IS 107 (42.19% from 255) = 39.19%
R=26.74%
G=34.07%
B=39.19%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73931070.320.1300.58204.7118.8935.29
Hex495D6B20D03Acd1323
Octal11113515340150723152343
Binary100100110111011101011100000110101110101100110110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,93,107); }

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

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

 a { background-color: rgb(73,93,107); }

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

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

 span { border-color: rgb(73,93,107); }

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