#465C66

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

Shades of Fiord #465C66

Tints of Fiord #465C66

Color information

#465C66 (or 0x465C66) is unknown color: approx Fiord. HEX triplet: 46, 5C and 66. RGB value is (70,92,102). Sum of RGB (Red+Green+Blue) = 70+92+102=264 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.52% from 264); Green value is 92 (36.33% from 255 or 34.85% from 264); Blue value is 102 (40.23% from 255 or 38.64% from 264); Max value from RGB is 102 - color contains mainly: blue. Hex color #465C66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465C66 is #B9A399. Grayscale: #565656. Windows color (decimal): -12166042 or 6708294. OLE color: 6708294.

HSL color Cylindrical-coordinate representation of color #465C66: hue angle of 198.75º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #465C66 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7092102-
CMYK0.310.1000.6
HSL198.75º18.6%33.73%-
HSV(B)198.75º31.37%40%-
XYZ8.759.9214.02-
YUV86.56136.71116.19-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.52%
GREEN value IS 92 (36.33% from 255) = 34.85%
BLUE value IS 102 (40.23% from 255) = 38.64%
R=26.52%
G=34.85%
B=38.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal70921020.310.1000.6198.7518.633.73
Hex465C661FA03Cc71322
Octal10613414637120743072342
Binary10001101011100110011011111101001111001100011110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,92,102); }

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

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

 a { background-color: rgb(70,92,102); }

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

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

 span { border-color: rgb(70,92,102); }

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