#495767

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

Shades of Fiord #495767

Tints of Fiord #495767

Color information

#495767 (or 0x495767) is unknown color: approx Fiord. HEX triplet: 49, 57 and 67. RGB value is (73,87,103). Sum of RGB (Red+Green+Blue) = 73+87+103=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 87 (34.38% from 255 or 33.08% from 263); Blue value is 103 (40.62% from 255 or 39.16% from 263); Max value from RGB is 103 - color contains mainly: blue. Hex color #495767 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495767 is #B6A898. Grayscale: #545454. Windows color (decimal): -11970713 or 6772553. OLE color: 6772553.

HSL color Cylindrical-coordinate representation of color #495767: hue angle of 212º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #495767 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7387103-
CMYK0.290.1600.60
HSL212º17.05%34.51%-
HSV(B)212º29.13%40.39%-
XYZ8.69.2114.16-
YUV84.64138.36119.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.76%
GREEN value IS 87 (34.38% from 255) = 33.08%
BLUE value IS 103 (40.62% from 255) = 39.16%
R=27.76%
G=33.08%
B=39.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73871030.290.1600.6021217.0534.51
Hex4957671D1003Cd41123
Octal11112714735200743242143
Binary100100110101111100111111011000001111001101010010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495767; }

 p { color: rgb(73,87,103); }

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

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

 a { background-color: rgb(73,87,103); }

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

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

 span { border-color: rgb(73,87,103); }

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