#495d6d

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

Shades of Fiord #495D6D

Tints of Fiord #495D6D

Color information

#495D6D (or 0x495D6D) is unknown color: approx Fiord. HEX triplet: 49, 5D and 6D. RGB value is (73,93,109). Sum of RGB (Red+Green+Blue) = 73+93+109=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 93 (36.72% from 255 or 33.82% from 275); Blue value is 109 (42.97% from 255 or 39.64% from 275); Max value from RGB is 109 - color contains mainly: blue. Hex color #495D6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495D6D is #B6A292. Grayscale: #585858. Windows color (decimal): -11969171 or 7167305. OLE color: 7167305.

HSL color Cylindrical-coordinate representation of color #495D6D: hue angle of 206.67º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #495D6D is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7393109-
CMYK0.330.1500.57
HSL206.67º19.78%35.69%-
HSV(B)206.67º33.03%42.75%-
XYZ9.4210.3515.97-
YUV88.84139.37116.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.55%
GREEN value IS 93 (36.72% from 255) = 33.82%
BLUE value IS 109 (42.97% from 255) = 39.64%
R=26.55%
G=33.82%
B=39.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal73931090.330.1500.57206.6719.7835.69
Hex495D6D21F039cf1424
Octal11113515541170713172444
Binary100100110111011101101100001111101110011100111110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495d6d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,93,109); }

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

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

 a { background-color: rgb(73,93,109); }

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

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

 span { border-color: rgb(73,93,109); }

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