#465E6F

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

Shades of Fiord #465E6F

Tints of Fiord #465E6F

Color information

#465E6F (or 0x465E6F) is unknown color: approx Fiord. HEX triplet: 46, 5E and 6F. RGB value is (70,94,111). Sum of RGB (Red+Green+Blue) = 70+94+111=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 94 (37.11% from 255 or 34.18% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 111 - color contains mainly: blue. Hex color #465E6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465E6F is #B9A190. Grayscale: #585858. Windows color (decimal): -12165521 or 7298630. OLE color: 7298630.

HSL color Cylindrical-coordinate representation of color #465E6F: hue angle of 204.88º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #465E6F is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7094111-
CMYK0.370.1500.56
HSL204.88º22.65%35.49%-
HSV(B)204.88º36.94%43.53%-
XYZ9.410.4616.56-
YUV88.76140.55114.62-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.45%
GREEN value IS 94 (37.11% from 255) = 34.18%
BLUE value IS 111 (43.75% from 255) = 40.36%
R=25.45%
G=34.18%
B=40.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70941110.370.1500.56204.8822.6535.49
Hex465E6F25F038cd1723
Octal10613615745170703152743
Binary100011010111101101111100101111101110001100110110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465E6F; }

 p { color: rgb(70,94,111); }

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

<style>
 a { background-color: #465E6F; }

 a { background-color: rgb(70,94,111); }

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

<style>
 span { border-color: #465E6F; }

 span { border-color: rgb(70,94,111); }

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