#444994

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

Shades of Governor Bay #444994

Tints of Governor Bay #444994

Color information

#444994 (or 0x444994) is unknown color: approx Governor Bay. HEX triplet: 44, 49 and 94. RGB value is (68,73,148). Sum of RGB (Red+Green+Blue) = 68+73+148=289 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.53% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 148 (58.20% from 255 or 51.21% from 289); Max value from RGB is 148 - color contains mainly: blue. Hex color #444994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444994 is #BBB66B. Grayscale: #4F4F4F. Windows color (decimal): -12301932 or 9718084. OLE color: 9718084.

HSL color Cylindrical-coordinate representation of color #444994: hue angle of 236.25º 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 #444994 is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6873148-
CMYK0.540.5100.42
HSL236.25º37.04%42.35%-
HSV(B)236.25º54.05%58.04%-
XYZ10.118.1329.05-
YUV80.06166.34119.4-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.53%
GREEN value IS 73 (28.91% from 255) = 25.26%
BLUE value IS 148 (58.20% from 255) = 51.21%
R=23.53%
G=25.26%
B=51.21%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal68731480.540.5100.42236.2537.0442.35
Hex444994363302Aec252a
Octal10411122466630523544552
Binary1000100100100110010100110110110011010101011101100100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444994; }

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

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

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

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

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

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

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

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