#495868

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

Shades of Fiord #495868

Tints of Fiord #495868

Color information

#495868 (or 0x495868) is unknown color: approx Fiord. HEX triplet: 49, 58 and 68. RGB value is (73,88,104). Sum of RGB (Red+Green+Blue) = 73+88+104=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 104 (41.02% from 255 or 39.25% from 265); Max value from RGB is 104 - color contains mainly: blue. Hex color #495868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495868 is #B6A797. Grayscale: #555555. Windows color (decimal): -11970456 or 6838345. OLE color: 6838345.

HSL color Cylindrical-coordinate representation of color #495868: hue angle of 210.97º 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 #495868 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7388104-
CMYK0.300.1500.59
HSL210.97º17.51%34.71%-
HSV(B)210.97º29.81%40.78%-
XYZ8.749.414.45-
YUV85.34138.53119.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.55%
GREEN value IS 88 (34.77% from 255) = 33.21%
BLUE value IS 104 (41.02% from 255) = 39.25%
R=27.55%
G=33.21%
B=39.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73881040.300.1500.59210.9717.5134.71
Hex4958681EF03Bd31223
Octal11113015036170733232243
Binary10010011011000110100011110111101110111101001110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495868; }

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

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

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

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

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

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

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

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