#445C6E

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

Shades of Fiord #445C6E

Tints of Fiord #445C6E

Color information

#445C6E (or 0x445C6E) is unknown color: approx Fiord. HEX triplet: 44, 5C and 6E. RGB value is (68,92,110). Sum of RGB (Red+Green+Blue) = 68+92+110=270 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.19% from 270); Green value is 92 (36.33% from 255 or 34.07% from 270); Blue value is 110 (43.36% from 255 or 40.74% from 270); Max value from RGB is 110 - color contains mainly: blue. Hex color #445C6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445C6E is #BBA391. Grayscale: #565656. Windows color (decimal): -12297106 or 7232580. OLE color: 7232580.

HSL color Cylindrical-coordinate representation of color #445C6E: hue angle of 205.71º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #445C6E is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6892110-
CMYK0.380.1600.57
HSL205.71º23.6%34.9%-
HSV(B)205.71º38.18%43.14%-
XYZ9.0310.0116.21-
YUV86.88141.05114.54-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.19%
GREEN value IS 92 (36.33% from 255) = 34.07%
BLUE value IS 110 (43.36% from 255) = 40.74%
R=25.19%
G=34.07%
B=40.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal68921100.380.1600.57205.7123.634.9
Hex445C6E2610039ce1823
Octal10413415646200713163043
Binary1000100101110011011101001101000001110011100111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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