#465969

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

Shades of Fiord #465969

Tints of Fiord #465969

Color information

#465969 (or 0x465969) is unknown color: approx Fiord. HEX triplet: 46, 59 and 69. RGB value is (70,89,105). Sum of RGB (Red+Green+Blue) = 70+89+105=264 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.52% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 105 (41.41% from 255 or 39.77% from 264); Max value from RGB is 105 - color contains mainly: blue. Hex color #465969 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465969 is #B9A696. Grayscale: #555555. Windows color (decimal): -12166807 or 6904134. OLE color: 6904134.

HSL color Cylindrical-coordinate representation of color #465969: hue angle of 207.43º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #465969 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7089105-
CMYK0.330.1500.59
HSL207.43º20%34.31%-
HSV(B)207.43º33.33%41.18%-
XYZ8.659.4714.74-
YUV85.14139.21117.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.52%
GREEN value IS 89 (35.16% from 255) = 33.71%
BLUE value IS 105 (41.41% from 255) = 39.77%
R=26.52%
G=33.71%
B=39.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70891050.330.1500.59207.432034.31
Hex46596921F03Bcf1422
Octal10613115141170733172442
Binary100011010110011101001100001111101110111100111110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465969; }

 p { color: rgb(70,89,105); }

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

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

 a { background-color: rgb(70,89,105); }

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

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

 span { border-color: rgb(70,89,105); }

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