#444E96

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

Shades of Governor Bay #444E96

Tints of Governor Bay #444E96

Color information

#444E96 (or 0x444E96) is unknown color: approx Governor Bay. HEX triplet: 44, 4E and 96. RGB value is (68,78,150). Sum of RGB (Red+Green+Blue) = 68+78+150=296 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.97% from 296); Green value is 78 (30.86% from 255 or 26.35% from 296); Blue value is 150 (58.98% from 255 or 50.68% from 296); Max value from RGB is 150 - color contains mainly: blue. Hex color #444E96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #444E96 is #BBB169. Grayscale: #525252. Windows color (decimal): -12300650 or 9850436. OLE color: 9850436.

HSL color Cylindrical-coordinate representation of color #444E96: hue angle of 232.68º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #444E96 is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6878150-
CMYK0.550.4800.41
HSL232.68º37.61%42.75%-
HSV(B)232.68º54.67%58.82%-
XYZ10.618.8830.01-
YUV83.22165.69117.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.97%
GREEN value IS 78 (30.86% from 255) = 26.35%
BLUE value IS 150 (58.98% from 255) = 50.68%
R=22.97%
G=26.35%
B=50.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal68781500.550.4800.41232.6837.6142.75
Hex444E963730029e9262b
Octal10411622667600513514653
Binary1000100100111010010110110111110000010100111101001100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,78,150); }

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

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

 a { background-color: rgb(68,78,150); }

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

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

 span { border-color: rgb(68,78,150); }

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