#444D98

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

Shades of Governor Bay #444D98

Tints of Governor Bay #444D98

Color information

#444D98 (or 0x444D98) is unknown color: approx Governor Bay. HEX triplet: 44, 4D and 98. RGB value is (68,77,152). Sum of RGB (Red+Green+Blue) = 68+77+152=297 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.90% from 297); Green value is 77 (30.47% from 255 or 25.93% from 297); Blue value is 152 (59.77% from 255 or 51.18% from 297); Max value from RGB is 152 - color contains mainly: blue. Hex color #444D98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #444D98 is #BBB267. Grayscale: #525252. Windows color (decimal): -12300904 or 9981252. OLE color: 9981252.

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

Color convert

RGB6877152-
CMYK0.550.4900.40
HSL233.57º38.18%43.14%-
HSV(B)233.57º55.26%59.61%-
XYZ10.718.830.84-
YUV82.86167.02117.4-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.90%
GREEN value IS 77 (30.47% from 255) = 25.93%
BLUE value IS 152 (59.77% from 255) = 51.18%
R=22.90%
G=25.93%
B=51.18%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal68771520.550.4900.40233.5738.1843.14
Hex444D983731028ea262b
Octal10411523067610503524653
Binary1000100100110110011000110111110001010100011101010100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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