#444A72

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

Shades of Port Gore #444A72

Tints of Port Gore #444A72

Color information

#444A72 (or 0x444A72) is unknown color: approx Port Gore. HEX triplet: 44, 4A and 72. RGB value is (68,74,114). Sum of RGB (Red+Green+Blue) = 68+74+114=256 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.56% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 114 (44.92% from 255 or 44.53% from 256); Max value from RGB is 114 - color contains mainly: blue. Hex color #444A72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444A72 is #BBB58D. Grayscale: #4C4C4C. Windows color (decimal): -12301710 or 7490116. OLE color: 7490116.

HSL color Cylindrical-coordinate representation of color #444A72: hue angle of 232.17º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #444A72 is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6874114-
CMYK0.400.3500.55
HSL232.17º25.27%35.69%-
HSV(B)232.17º40.35%44.71%-
XYZ7.877.3416.92-
YUV76.77149.01121.75-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.56%
GREEN value IS 74 (29.30% from 255) = 28.91%
BLUE value IS 114 (44.92% from 255) = 44.53%
R=26.56%
G=28.91%
B=44.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68741140.400.3500.55232.1725.2735.69
Hex444A722823037e81924
Octal10411216250430673503144
Binary10001001001010111001010100010001101101111110100011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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