#444961

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

Shades of Port Gore #444961

Tints of Port Gore #444961

Color information

#444961 (or 0x444961) is unknown color: approx Port Gore. HEX triplet: 44, 49 and 61. RGB value is (68,73,97). Sum of RGB (Red+Green+Blue) = 68+73+97=238 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.57% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 97 (38.28% from 255 or 40.76% from 238); Max value from RGB is 97 - color contains mainly: blue. Hex color #444961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444961 is #BBB69E. Grayscale: #4A4A4A. Windows color (decimal): -12301983 or 6375748. OLE color: 6375748.

HSL color Cylindrical-coordinate representation of color #444961: hue angle of 229.66º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #444961 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB687397-
CMYK0.300.2500.62
HSL229.66º17.58%32.35%-
HSV(B)229.66º29.9%38.04%-
XYZ6.926.8612.27-
YUV74.24140.84123.55-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.57%
GREEN value IS 73 (28.91% from 255) = 30.67%
BLUE value IS 97 (38.28% from 255) = 40.76%
R=28.57%
G=30.67%
B=40.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6873970.300.2500.62229.6617.5832.35
Hex4449611E1903Ee61220
Octal10411114136310763462240
Binary100010010010011100001111101100101111101110011010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444961; }

 p { color: rgb(68,73,97); }

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

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

 a { background-color: rgb(68,73,97); }

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

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

 span { border-color: rgb(68,73,97); }

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