#444E9B

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

Shades of Governor Bay #444E9B

Tints of Governor Bay #444E9B

Color information

#444E9B (or 0x444E9B) is unknown color: approx Governor Bay. HEX triplet: 44, 4E and 9B. RGB value is (68,78,155). Sum of RGB (Red+Green+Blue) = 68+78+155=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 155 (60.94% from 255 or 51.50% from 301); Max value from RGB is 155 - color contains mainly: blue. Hex color #444E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #444E9B is #BBB164. Grayscale: #535353. Windows color (decimal): -12300645 or 10178116. OLE color: 10178116.

HSL color Cylindrical-coordinate representation of color #444E9B: hue angle of 233.1º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #444E9B is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6878155-
CMYK0.560.5000.39
HSL233.1º39.01%43.73%-
HSV(B)233.1º56.13%60.78%-
XYZ11.029.0432.18-
YUV83.79168.19116.74-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.59%
GREEN value IS 78 (30.86% from 255) = 25.91%
BLUE value IS 155 (60.94% from 255) = 51.50%
R=22.59%
G=25.91%
B=51.50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal68781550.560.5000.39233.139.0143.73
Hex444E9B3832027e9272c
Octal10411623370620473514754
Binary1000100100111010011011111000110010010011111101001100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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