#465E6B

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

Shades of Fiord #465E6B

Tints of Fiord #465E6B

Color information

#465E6B (or 0x465E6B) is unknown color: approx Fiord. HEX triplet: 46, 5E and 6B. RGB value is (70,94,107). Sum of RGB (Red+Green+Blue) = 70+94+107=271 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.83% from 271); Green value is 94 (37.11% from 255 or 34.69% from 271); Blue value is 107 (42.19% from 255 or 39.48% from 271); Max value from RGB is 107 - color contains mainly: blue. Hex color #465E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465E6B is #B9A194. Grayscale: #585858. Windows color (decimal): -12165525 or 7036486. OLE color: 7036486.

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

Color convert

RGB7094107-
CMYK0.350.1200.58
HSL201.08º20.9%34.71%-
HSV(B)201.08º34.58%41.96%-
XYZ9.1810.3715.43-
YUV88.31138.55114.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.83%
GREEN value IS 94 (37.11% from 255) = 34.69%
BLUE value IS 107 (42.19% from 255) = 39.48%
R=25.83%
G=34.69%
B=39.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70941070.350.1200.58201.0820.934.71
Hex465E6B23C03Ac91523
Octal10613615343140723112543
Binary100011010111101101011100011110001110101100100110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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