#444A66

Color #444A66 Port Gore (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Port Gore #444A66

Tints of Port Gore #444A66

Color information

#444A66 (or 0x444A66) is unknown color: approx Port Gore. HEX triplet: 44, 4A and 66. RGB value is (68,74,102). Sum of RGB (Red+Green+Blue) = 68+74+102=244 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.87% from 244); Green value is 74 (29.30% from 255 or 30.33% from 244); Blue value is 102 (40.23% from 255 or 41.80% from 244); Max value from RGB is 102 - color contains mainly: blue. Hex color #444A66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444A66 is #BBB599. Grayscale: #4B4B4B. Windows color (decimal): -12301722 or 6703684. OLE color: 6703684.

HSL color Cylindrical-coordinate representation of color #444A66: hue angle of 229.41º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #444A66 is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6874102-
CMYK0.330.2700.6
HSL229.41º20%33.33%-
HSV(B)229.41º33.33%40%-
XYZ7.237.0913.56-
YUV75.4143.01122.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.87%
GREEN value IS 74 (29.30% from 255) = 30.33%
BLUE value IS 102 (40.23% from 255) = 41.80%
R=27.87%
G=30.33%
B=41.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal68741020.330.2700.6229.412033.33
Hex444A66211B03Ce51421
Octal10411214641330743452441
Binary1000100100101011001101000011101101111001110010110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444A66; }

 p { color: rgb(68,74,102); }

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

<style>
 a { background-color: #444A66; }

 a { background-color: rgb(68,74,102); }

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

<style>
 span { border-color: #444A66; }

 span { border-color: rgb(68,74,102); }

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