#465B6C

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

Shades of Fiord #465B6C

Tints of Fiord #465B6C

Color information

#465B6C (or 0x465B6C) is unknown color: approx Fiord. HEX triplet: 46, 5B and 6C. RGB value is (70,91,108). Sum of RGB (Red+Green+Blue) = 70+91+108=269 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.02% from 269); Green value is 91 (35.94% from 255 or 33.83% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 108 - color contains mainly: blue. Hex color #465B6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465B6C is #B9A493. Grayscale: #565656. Windows color (decimal): -12166292 or 7101254. OLE color: 7101254.

HSL color Cylindrical-coordinate representation of color #465B6C: hue angle of 206.84º 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 #465B6C is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7091108-
CMYK0.350.1600.58
HSL206.84º21.35%34.9%-
HSV(B)206.84º35.19%42.35%-
XYZ8.979.8715.62-
YUV86.66140.04116.12-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.02%
GREEN value IS 91 (35.94% from 255) = 33.83%
BLUE value IS 108 (42.58% from 255) = 40.15%
R=26.02%
G=33.83%
B=40.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70911080.350.1600.58206.8421.3534.9
Hex465B6C231003Acf1523
Octal10613315443200723172543
Binary1000110101101111011001000111000001110101100111110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,91,108); }

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

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

 a { background-color: rgb(70,91,108); }

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

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

 span { border-color: rgb(70,91,108); }

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