#445F6B

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

Shades of Fiord #445F6B

Tints of Fiord #445F6B

Color information

#445F6B (or 0x445F6B) is unknown color: approx Fiord. HEX triplet: 44, 5F and 6B. RGB value is (68,95,107). Sum of RGB (Red+Green+Blue) = 68+95+107=270 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.19% from 270); Green value is 95 (37.5% from 255 or 35.19% from 270); Blue value is 107 (42.19% from 255 or 39.63% from 270); Max value from RGB is 107 - color contains mainly: blue. Hex color #445F6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445F6B is #BBA094. Grayscale: #585858. Windows color (decimal): -12296341 or 7036740. OLE color: 7036740.

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

Color convert

RGB6895107-
CMYK0.360.1100.58
HSL198.46º22.29%34.31%-
HSV(B)198.46º36.45%41.96%-
XYZ9.1310.4715.45-
YUV88.29138.55113.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.19%
GREEN value IS 95 (37.5% from 255) = 35.19%
BLUE value IS 107 (42.19% from 255) = 39.63%
R=25.19%
G=35.19%
B=39.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68951070.360.1100.58198.4622.2934.31
Hex445F6B24B03Ac61622
Octal10413715344130723062642
Binary100010010111111101011100100101101110101100011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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