#495F6B

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

Shades of Fiord #495F6B

Tints of Fiord #495F6B

Color information

#495F6B (or 0x495F6B) is unknown color: approx Fiord. HEX triplet: 49, 5F and 6B. RGB value is (73,95,107). Sum of RGB (Red+Green+Blue) = 73+95+107=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 95 (37.5% from 255 or 34.55% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 107 - color contains mainly: blue. Hex color #495F6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495F6B is #B6A094. Grayscale: #595959. Windows color (decimal): -11968661 or 7036745. OLE color: 7036745.

HSL color Cylindrical-coordinate representation of color #495F6B: hue angle of 201.18º 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 #495F6B is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7395107-
CMYK0.320.1100.58
HSL201.18º18.89%35.29%-
HSV(B)201.18º31.78%41.96%-
XYZ9.4910.6615.47-
YUV89.79137.71116.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.55%
GREEN value IS 95 (37.5% from 255) = 34.55%
BLUE value IS 107 (42.19% from 255) = 38.91%
R=26.55%
G=34.55%
B=38.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73951070.320.1100.58201.1818.8935.29
Hex495F6B20B03Ac91323
Octal11113715340130723112343
Binary100100110111111101011100000101101110101100100110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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