#46616E

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

Shades of Fiord #46616E

Tints of Fiord #46616E

Color information

#46616E (or 0x46616E) is unknown color: approx Fiord. HEX triplet: 46, 61 and 6E. RGB value is (70,97,110). Sum of RGB (Red+Green+Blue) = 70+97+110=277 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.27% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 110 (43.36% from 255 or 39.71% from 277); Max value from RGB is 110 - color contains mainly: blue. Hex color #46616E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46616E is #B99E91. Grayscale: #5A5A5A. Windows color (decimal): -12164754 or 7233862. OLE color: 7233862.

HSL color Cylindrical-coordinate representation of color #46616E: hue angle of 199.5º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #46616E is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7097110-
CMYK0.360.1200.57
HSL199.5º22.22%35.29%-
HSV(B)199.5º36.36%43.14%-
XYZ9.6110.9816.36-
YUV90.41139.05113.44-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.27%
GREEN value IS 97 (38.28% from 255) = 35.02%
BLUE value IS 110 (43.36% from 255) = 39.71%
R=25.27%
G=35.02%
B=39.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal70971100.360.1200.57199.522.2235.29
Hex46616E24C039c81623
Octal10614115644140713102643
Binary100011011000011101110100100110001110011100100010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46616E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46616E; }

 p { color: rgb(70,97,110); }

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

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

 a { background-color: rgb(70,97,110); }

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

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

 span { border-color: rgb(70,97,110); }

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