#495E6B

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

Shades of Fiord #495E6B

Tints of Fiord #495E6B

Color information

#495E6B (or 0x495E6B) is unknown color: approx Fiord. HEX triplet: 49, 5E and 6B. RGB value is (73,94,107). Sum of RGB (Red+Green+Blue) = 73+94+107=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 94 (37.11% from 255 or 34.31% from 274); Blue value is 107 (42.19% from 255 or 39.05% from 274); Max value from RGB is 107 - color contains mainly: blue. Hex color #495E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495E6B is #B6A194. Grayscale: #595959. Windows color (decimal): -11968917 or 7036489. OLE color: 7036489.

HSL color Cylindrical-coordinate representation of color #495E6B: hue angle of 202.94º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #495E6B is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7394107-
CMYK0.320.1200.58
HSL202.94º18.89%35.29%-
HSV(B)202.94º31.78%41.96%-
XYZ9.410.4815.44-
YUV89.2138.04116.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.64%
GREEN value IS 94 (37.11% from 255) = 34.31%
BLUE value IS 107 (42.19% from 255) = 39.05%
R=26.64%
G=34.31%
B=39.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73941070.320.1200.58202.9418.8935.29
Hex495E6B20C03Acb1323
Octal11113615340140723132343
Binary100100110111101101011100000110001110101100101110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,94,107); }

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

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

 a { background-color: rgb(73,94,107); }

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

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

 span { border-color: rgb(73,94,107); }

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