#465F6B

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

Shades of Fiord #465F6B

Tints of Fiord #465F6B

Color information

#465F6B (or 0x465F6B) is unknown color: approx Fiord. HEX triplet: 46, 5F and 6B. RGB value is (70,95,107). Sum of RGB (Red+Green+Blue) = 70+95+107=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 95 (37.5% from 255 or 34.93% from 272); Blue value is 107 (42.19% from 255 or 39.34% from 272); Max value from RGB is 107 - color contains mainly: blue. Hex color #465F6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465F6B is #B9A094. Grayscale: #585858. Windows color (decimal): -12165269 or 7036742. OLE color: 7036742.

HSL color Cylindrical-coordinate representation of color #465F6B: hue angle of 199.46º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #465F6B is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7095107-
CMYK0.350.1100.58
HSL199.46º20.9%34.71%-
HSV(B)199.46º34.58%41.96%-
XYZ9.2710.5515.46-
YUV88.89138.22114.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.74%
GREEN value IS 95 (37.5% from 255) = 34.93%
BLUE value IS 107 (42.19% from 255) = 39.34%
R=25.74%
G=34.93%
B=39.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70951070.350.1100.58199.4620.934.71
Hex465F6B23B03Ac71523
Octal10613715343130723072543
Binary100011010111111101011100011101101110101100011110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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