#444A70

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

Shades of Port Gore #444A70

Tints of Port Gore #444A70

Color information

#444A70 (or 0x444A70) is unknown color: approx Port Gore. HEX triplet: 44, 4A and 70. RGB value is (68,74,112). Sum of RGB (Red+Green+Blue) = 68+74+112=254 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.77% from 254); Green value is 74 (29.30% from 255 or 29.13% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 112 - color contains mainly: blue. Hex color #444A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444A70 is #BBB58F. Grayscale: #4C4C4C. Windows color (decimal): -12301712 or 7359044. OLE color: 7359044.

HSL color Cylindrical-coordinate representation of color #444A70: hue angle of 231.82º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #444A70 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6874112-
CMYK0.390.3400.56
HSL231.82º24.44%35.29%-
HSV(B)231.82º39.29%43.92%-
XYZ7.767.316.33-
YUV76.54148.01121.91-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.77%
GREEN value IS 74 (29.30% from 255) = 29.13%
BLUE value IS 112 (44.14% from 255) = 44.09%
R=26.77%
G=29.13%
B=44.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68741120.390.3400.56231.8224.4435.29
Hex444A702722038e81823
Octal10411216047420703503043
Binary10001001001010111000010011110001001110001110100011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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