#46596B

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

Shades of Fiord #46596B

Tints of Fiord #46596B

Color information

#46596B (or 0x46596B) is unknown color: approx Fiord. HEX triplet: 46, 59 and 6B. RGB value is (70,89,107). Sum of RGB (Red+Green+Blue) = 70+89+107=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 107 (42.19% from 255 or 40.23% from 266); Max value from RGB is 107 - color contains mainly: blue. Hex color #46596B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46596B is #B9A694. Grayscale: #555555. Windows color (decimal): -12166805 or 7035206. OLE color: 7035206.

HSL color Cylindrical-coordinate representation of color #46596B: hue angle of 209.19º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #46596B is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7089107-
CMYK0.350.1700.58
HSL209.19º20.9%34.71%-
HSV(B)209.19º34.58%41.96%-
XYZ8.759.5115.28-
YUV85.37140.21117.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.32%
GREEN value IS 89 (35.16% from 255) = 33.46%
BLUE value IS 107 (42.19% from 255) = 40.23%
R=26.32%
G=33.46%
B=40.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70891070.350.1700.58209.1920.934.71
Hex46596B231103Ad11523
Octal10613115343210723212543
Binary1000110101100111010111000111000101110101101000110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46596B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46596B; }

 p { color: rgb(70,89,107); }

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

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

 a { background-color: rgb(70,89,107); }

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

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

 span { border-color: rgb(70,89,107); }

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