#445C6F

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

Shades of Fiord #445C6F

Tints of Fiord #445C6F

Color information

#445C6F (or 0x445C6F) is unknown color: approx Fiord. HEX triplet: 44, 5C and 6F. RGB value is (68,92,111). Sum of RGB (Red+Green+Blue) = 68+92+111=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 92 (36.33% from 255 or 33.95% from 271); Blue value is 111 (43.75% from 255 or 40.96% from 271); Max value from RGB is 111 - color contains mainly: blue. Hex color #445C6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445C6F is #BBA390. Grayscale: #565656. Windows color (decimal): -12297105 or 7298116. OLE color: 7298116.

HSL color Cylindrical-coordinate representation of color #445C6F: hue angle of 206.51º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #445C6F is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6892111-
CMYK0.390.1700.56
HSL206.51º24.02%35.1%-
HSV(B)206.51º38.74%43.53%-
XYZ9.0810.0316.5-
YUV86.99141.55114.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.09%
GREEN value IS 92 (36.33% from 255) = 33.95%
BLUE value IS 111 (43.75% from 255) = 40.96%
R=25.09%
G=33.95%
B=40.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68921110.390.1700.56206.5124.0235.1
Hex445C6F2711038cf1823
Octal10413415747210703173043
Binary1000100101110011011111001111000101110001100111111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,92,111); }

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

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

 a { background-color: rgb(68,92,111); }

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

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

 span { border-color: rgb(68,92,111); }

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