#444d90

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

Shades of Governor Bay #444D90

Tints of Governor Bay #444D90

Color information

#444D90 (or 0x444D90) is unknown color: approx Governor Bay. HEX triplet: 44, 4D and 90. RGB value is (68,77,144). Sum of RGB (Red+Green+Blue) = 68+77+144=289 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.53% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 144 (56.64% from 255 or 49.83% from 289); Max value from RGB is 144 - color contains mainly: blue. Hex color #444D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #444D90 is #BBB26F. Grayscale: #515151. Windows color (decimal): -12300912 or 9456964. OLE color: 9456964.

HSL color Cylindrical-coordinate representation of color #444D90: hue angle of 232.89º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #444D90 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6877144-
CMYK0.530.4700.44
HSL232.89º35.85%41.57%-
HSV(B)232.89º52.78%56.47%-
XYZ10.078.5527.51-
YUV81.95163.02118.05-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.53%
GREEN value IS 77 (30.47% from 255) = 26.64%
BLUE value IS 144 (56.64% from 255) = 49.83%
R=23.53%
G=26.64%
B=49.83%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal68771440.530.4700.44232.8935.8541.57
Hex444D90352F02Ce9242a
Octal10411522065570543514452
Binary1000100100110110010000110101101111010110011101001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444d90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,77,144); }

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

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

 a { background-color: rgb(68,77,144); }

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

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

 span { border-color: rgb(68,77,144); }

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