#444F93

Color #444F93 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #444F93

Tints of Governor Bay #444F93

Color information

#444F93 (or 0x444F93) is unknown color: approx Governor Bay. HEX triplet: 44, 4F and 93. RGB value is (68,79,147). Sum of RGB (Red+Green+Blue) = 68+79+147=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 79 (31.25% from 255 or 26.87% from 294); Blue value is 147 (57.81% from 255 or 50% from 294); Max value from RGB is 147 - color contains mainly: blue. Hex color #444F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #444F93 is #BBB06C. Grayscale: #535353. Windows color (decimal): -12300397 or 9654084. OLE color: 9654084.

HSL color Cylindrical-coordinate representation of color #444F93: hue angle of 231.65º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #444F93 is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6879147-
CMYK0.540.4600.42
HSL231.65º36.74%42.16%-
HSV(B)231.65º53.74%57.65%-
XYZ10.458.9328.78-
YUV83.46163.86116.97-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.13%
GREEN value IS 79 (31.25% from 255) = 26.87%
BLUE value IS 147 (57.81% from 255) = 50%
R=23.13%
G=26.87%
B=50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal68791470.540.4600.42231.6536.7442.16
Hex444F93362E02Ae8252a
Octal10411722366560523504552
Binary1000100100111110010011110110101110010101011101000100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,79,147); }

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

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

 a { background-color: rgb(68,79,147); }

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

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

 span { border-color: rgb(68,79,147); }

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