#444A68

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

Shades of Port Gore #444A68

Tints of Port Gore #444A68

Color information

#444A68 (or 0x444A68) is unknown color: approx Port Gore. HEX triplet: 44, 4A and 68. RGB value is (68,74,104). Sum of RGB (Red+Green+Blue) = 68+74+104=246 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.64% from 246); Green value is 74 (29.30% from 255 or 30.08% from 246); Blue value is 104 (41.02% from 255 or 42.28% from 246); Max value from RGB is 104 - color contains mainly: blue. Hex color #444A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444A68 is #BBB597. Grayscale: #4B4B4B. Windows color (decimal): -12301720 or 6834756. OLE color: 6834756.

HSL color Cylindrical-coordinate representation of color #444A68: hue angle of 230º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #444A68 is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6874104-
CMYK0.350.2900.59
HSL230º20.93%33.73%-
HSV(B)230º34.62%40.78%-
XYZ7.337.1314.09-
YUV75.63144.01122.56-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.64%
GREEN value IS 74 (29.30% from 255) = 30.08%
BLUE value IS 104 (41.02% from 255) = 42.28%
R=27.64%
G=30.08%
B=42.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal68741040.350.2900.5923020.9333.73
Hex444A68231D03Be61522
Octal10411215043350733462542
Binary1000100100101011010001000111110101110111110011010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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