#495968

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

Shades of Fiord #495968

Tints of Fiord #495968

Color information

#495968 (or 0x495968) is unknown color: approx Fiord. HEX triplet: 49, 59 and 68. RGB value is (73,89,104). Sum of RGB (Red+Green+Blue) = 73+89+104=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 104 - color contains mainly: blue. Hex color #495968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495968 is #B6A697. Grayscale: #555555. Windows color (decimal): -11970200 or 6838601. OLE color: 6838601.

HSL color Cylindrical-coordinate representation of color #495968: hue angle of 209.03º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #495968 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7389104-
CMYK0.300.1400.59
HSL209.03º17.51%34.71%-
HSV(B)209.03º29.81%40.78%-
XYZ8.829.5614.48-
YUV85.93138.2118.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.44%
GREEN value IS 89 (35.16% from 255) = 33.46%
BLUE value IS 104 (41.02% from 255) = 39.10%
R=27.44%
G=33.46%
B=39.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73891040.300.1400.59209.0317.5134.71
Hex4959681EE03Bd11223
Octal11113115036160733212243
Binary10010011011001110100011110111001110111101000110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495968; }

 p { color: rgb(73,89,104); }

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

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

 a { background-color: rgb(73,89,104); }

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

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

 span { border-color: rgb(73,89,104); }

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