#495867

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

Shades of Fiord #495867

Tints of Fiord #495867

Color information

#495867 (or 0x495867) is unknown color: approx Fiord. HEX triplet: 49, 58 and 67. RGB value is (73,88,103). Sum of RGB (Red+Green+Blue) = 73+88+103=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 88 (34.77% from 255 or 33.33% from 264); Blue value is 103 (40.62% from 255 or 39.02% from 264); Max value from RGB is 103 - color contains mainly: blue. Hex color #495867 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495867 is #B6A798. Grayscale: #555555. Windows color (decimal): -11970457 or 6772809. OLE color: 6772809.

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

Color convert

RGB7388103-
CMYK0.290.1500.60
HSL210º17.05%34.51%-
HSV(B)210º29.13%40.39%-
XYZ8.699.3814.18-
YUV85.22138.03119.28-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.65%
GREEN value IS 88 (34.77% from 255) = 33.33%
BLUE value IS 103 (40.62% from 255) = 39.02%
R=27.65%
G=33.33%
B=39.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73881030.290.1500.6021017.0534.51
Hex4958671DF03Cd21123
Octal11113014735170743222143
Binary10010011011000110011111101111101111001101001010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495867; }

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

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

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

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

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

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

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

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