#44606D

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

Shades of Fiord #44606D

Tints of Fiord #44606D

Color information

#44606D (or 0x44606D) is unknown color: approx Fiord. HEX triplet: 44, 60 and 6D. RGB value is (68,96,109). Sum of RGB (Red+Green+Blue) = 68+96+109=273 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.91% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 109 (42.97% from 255 or 39.93% from 273); Max value from RGB is 109 - color contains mainly: blue. Hex color #44606D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44606D is #BB9F92. Grayscale: #595959. Windows color (decimal): -12296083 or 7168068. OLE color: 7168068.

HSL color Cylindrical-coordinate representation of color #44606D: hue angle of 199.02º degrees, saturation: 0.23, 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 #44606D is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6896109-
CMYK0.380.1200.57
HSL199.02º23.16%34.71%-
HSV(B)199.02º37.61%42.75%-
XYZ9.3310.716.04-
YUV89.11139.22112.94-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.91%
GREEN value IS 96 (37.89% from 255) = 35.16%
BLUE value IS 109 (42.97% from 255) = 39.93%
R=24.91%
G=35.16%
B=39.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal68961090.380.1200.57199.0223.1634.71
Hex44606D26C039c71723
Octal10414015546140713072743
Binary100010011000001101101100110110001110011100011110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44606D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44606D; }

 p { color: rgb(68,96,109); }

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

<style>
 a { background-color: #44606D; }

 a { background-color: rgb(68,96,109); }

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

<style>
 span { border-color: #44606D; }

 span { border-color: rgb(68,96,109); }

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