#495A6B

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

Shades of Fiord #495A6B

Tints of Fiord #495A6B

Color information

#495A6B (or 0x495A6B) is unknown color: approx Fiord. HEX triplet: 49, 5A and 6B. RGB value is (73,90,107). Sum of RGB (Red+Green+Blue) = 73+90+107=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 107 (42.19% from 255 or 39.63% from 270); Max value from RGB is 107 - color contains mainly: blue. Hex color #495A6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495A6B is #B6A594. Grayscale: #565656. Windows color (decimal): -11969941 or 7035465. OLE color: 7035465.

HSL color Cylindrical-coordinate representation of color #495A6B: hue angle of 210º 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 #495A6B is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7390107-
CMYK0.320.1600.58
HSL210º18.89%35.29%-
HSV(B)210º31.78%41.96%-
XYZ9.069.7915.32-
YUV86.85139.37118.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.04%
GREEN value IS 90 (35.55% from 255) = 33.33%
BLUE value IS 107 (42.19% from 255) = 39.63%
R=27.04%
G=33.33%
B=39.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73901070.320.1600.5821018.8935.29
Hex495A6B201003Ad21323
Octal11113215340200723222343
Binary1001001101101011010111000001000001110101101001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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