#465F71

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

Shades of Fiord #465F71

Tints of Fiord #465F71

Color information

#465F71 (or 0x465F71) is unknown color: approx Fiord. HEX triplet: 46, 5F and 71. RGB value is (70,95,113). Sum of RGB (Red+Green+Blue) = 70+95+113=278 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.18% from 278); Green value is 95 (37.5% from 255 or 34.17% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 113 - color contains mainly: blue. Hex color #465F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465F71 is #B9A08E. Grayscale: #595959. Windows color (decimal): -12165263 or 7429958. OLE color: 7429958.

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

Color convert

RGB7095113-
CMYK0.380.1600.56
HSL205.12º23.5%35.88%-
HSV(B)205.12º38.05%44.31%-
XYZ9.610.6817.18-
YUV89.58141.22114.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.18%
GREEN value IS 95 (37.5% from 255) = 34.17%
BLUE value IS 113 (44.53% from 255) = 40.65%
R=25.18%
G=34.17%
B=40.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70951130.380.1600.56205.1223.535.88
Hex465F712610038cd1724
Octal10613716146200703152744
Binary1000110101111111100011001101000001110001100110110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,95,113); }

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

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

 a { background-color: rgb(70,95,113); }

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

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

 span { border-color: rgb(70,95,113); }

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