#444A62

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

Shades of Port Gore #444A62

Tints of Port Gore #444A62

Color information

#444A62 (or 0x444A62) is unknown color: approx Port Gore. HEX triplet: 44, 4A and 62. RGB value is (68,74,98). Sum of RGB (Red+Green+Blue) = 68+74+98=240 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.33% from 240); Green value is 74 (29.30% from 255 or 30.83% from 240); Blue value is 98 (38.67% from 255 or 40.83% from 240); Max value from RGB is 98 - color contains mainly: blue. Hex color #444A62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444A62 is #BBB59D. Grayscale: #4A4A4A. Windows color (decimal): -12301726 or 6441540. OLE color: 6441540.

HSL color Cylindrical-coordinate representation of color #444A62: hue angle of 228º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #444A62 is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB687498-
CMYK0.310.2400.62
HSL228º18.07%32.55%-
HSV(B)228º30.61%38.43%-
XYZ7.047.0112.54-
YUV74.94141.01123.05-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.33%
GREEN value IS 74 (29.30% from 255) = 30.83%
BLUE value IS 98 (38.67% from 255) = 40.83%
R=28.33%
G=30.83%
B=40.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6874980.310.2400.6222818.0732.55
Hex444A621F1803Ee41221
Octal10411214237300763442241
Binary100010010010101100010111111100001111101110010010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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