#466071

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

Shades of Fiord #466071

Tints of Fiord #466071

Color information

#466071 (or 0x466071) is unknown color: approx Fiord. HEX triplet: 46, 60 and 71. RGB value is (70,96,113). Sum of RGB (Red+Green+Blue) = 70+96+113=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 113 (44.53% from 255 or 40.50% from 279); Max value from RGB is 113 - color contains mainly: blue. Hex color #466071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466071 is #B99F8E. Grayscale: #5A5A5A. Windows color (decimal): -12165007 or 7430214. OLE color: 7430214.

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

Color convert

RGB7096113-
CMYK0.380.1500.56
HSL203.72º23.5%35.88%-
HSV(B)203.72º38.05%44.31%-
XYZ9.6910.8617.21-
YUV90.16140.89113.62-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.09%
GREEN value IS 96 (37.89% from 255) = 34.41%
BLUE value IS 113 (44.53% from 255) = 40.50%
R=25.09%
G=34.41%
B=40.50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70961130.380.1500.56203.7223.535.88
Hex46607126F038cc1724
Octal10614016146170703142744
Binary100011011000001110001100110111101110001100110010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466071; }

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

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

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

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

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

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

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

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