#444D94

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

Shades of Governor Bay #444D94

Tints of Governor Bay #444D94

Color information

#444D94 (or 0x444D94) is unknown color: approx Governor Bay. HEX triplet: 44, 4D and 94. RGB value is (68,77,148). Sum of RGB (Red+Green+Blue) = 68+77+148=293 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.21% from 293); Green value is 77 (30.47% from 255 or 26.28% from 293); Blue value is 148 (58.20% from 255 or 50.51% from 293); Max value from RGB is 148 - color contains mainly: blue. Hex color #444D94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #444D94 is #BBB26B. Grayscale: #525252. Windows color (decimal): -12300908 or 9719108. OLE color: 9719108.

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

Color convert

RGB6877148-
CMYK0.540.4800.42
HSL233.25º37.04%42.35%-
HSV(B)233.25º54.05%58.04%-
XYZ10.388.6729.14-
YUV82.4165.02117.73-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.21%
GREEN value IS 77 (30.47% from 255) = 26.28%
BLUE value IS 148 (58.20% from 255) = 50.51%
R=23.21%
G=26.28%
B=50.51%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal68771480.540.4800.42233.2537.0442.35
Hex444D94363002Ae9252a
Octal10411522466600523514552
Binary1000100100110110010100110110110000010101011101001100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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