#465E71

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

Shades of Fiord #465E71

Tints of Fiord #465E71

Color information

#465E71 (or 0x465E71) is unknown color: approx Fiord. HEX triplet: 46, 5E and 71. RGB value is (70,94,113). Sum of RGB (Red+Green+Blue) = 70+94+113=277 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.27% from 277); Green value is 94 (37.11% from 255 or 33.94% from 277); Blue value is 113 (44.53% from 255 or 40.79% from 277); Max value from RGB is 113 - color contains mainly: blue. Hex color #465E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465E71 is #B9A18E. Grayscale: #585858. Windows color (decimal): -12165519 or 7429702. OLE color: 7429702.

HSL color Cylindrical-coordinate representation of color #465E71: hue angle of 206.51º 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 #465E71 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7094113-
CMYK0.380.1700.56
HSL206.51º23.5%35.88%-
HSV(B)206.51º38.05%44.31%-
XYZ9.5110.517.15-
YUV88.99141.55114.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.27%
GREEN value IS 94 (37.11% from 255) = 33.94%
BLUE value IS 113 (44.53% from 255) = 40.79%
R=25.27%
G=33.94%
B=40.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70941130.380.1700.56206.5123.535.88
Hex465E712611038cf1724
Octal10613616146210703172744
Binary1000110101111011100011001101000101110001100111110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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