#444D8F

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

Shades of Governor Bay #444D8F

Tints of Governor Bay #444D8F

Color information

#444D8F (or 0x444D8F) is unknown color: approx Governor Bay. HEX triplet: 44, 4D and 8F. RGB value is (68,77,143). Sum of RGB (Red+Green+Blue) = 68+77+143=288 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.61% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 143 (56.25% from 255 or 49.65% from 288); Max value from RGB is 143 - color contains mainly: blue. Hex color #444D8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #444D8F is #BBB270. Grayscale: #515151. Windows color (decimal): -12300913 or 9391428. OLE color: 9391428.

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

Color convert

RGB6877143-
CMYK0.520.4600.44
HSL232.8º35.55%41.37%-
HSV(B)232.8º52.45%56.08%-
XYZ108.5227.1-
YUV81.83162.52118.13-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.61%
GREEN value IS 77 (30.47% from 255) = 26.74%
BLUE value IS 143 (56.25% from 255) = 49.65%
R=23.61%
G=26.74%
B=49.65%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal68771430.520.4600.44232.835.5541.37
Hex444D8F342E02Ce92429
Octal10411521764560543514451
Binary1000100100110110001111110100101110010110011101001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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