#465F6C

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

Shades of Fiord #465F6C

Tints of Fiord #465F6C

Color information

#465F6C (or 0x465F6C) is unknown color: approx Fiord. HEX triplet: 46, 5F and 6C. RGB value is (70,95,108). Sum of RGB (Red+Green+Blue) = 70+95+108=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 95 (37.5% from 255 or 34.80% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 108 - color contains mainly: blue. Hex color #465F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465F6C is #B9A093. Grayscale: #585858. Windows color (decimal): -12165268 or 7102278. OLE color: 7102278.

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

Color convert

RGB7095108-
CMYK0.350.1200.58
HSL200.53º21.35%34.9%-
HSV(B)200.53º35.19%42.35%-
XYZ9.3210.5715.74-
YUV89.01138.72114.44-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.64%
GREEN value IS 95 (37.5% from 255) = 34.80%
BLUE value IS 108 (42.58% from 255) = 39.56%
R=25.64%
G=34.80%
B=39.56%

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
Decimal70951080.350.1200.58200.5321.3534.9
Hex465F6C23C03Ac91523
Octal10613715443140723112543
Binary100011010111111101100100011110001110101100100110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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