#444A8E

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

Shades of Governor Bay #444A8E

Tints of Governor Bay #444A8E

Color information

#444A8E (or 0x444A8E) is unknown color: approx Governor Bay. HEX triplet: 44, 4A and 8E. RGB value is (68,74,142). Sum of RGB (Red+Green+Blue) = 68+74+142=284 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.94% from 284); Green value is 74 (29.30% from 255 or 26.06% from 284); Blue value is 142 (55.86% from 255 or 50% from 284); Max value from RGB is 142 - color contains mainly: blue. Hex color #444A8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444A8E is #BBB571. Grayscale: #4F4F4F. Windows color (decimal): -12301682 or 9325124. OLE color: 9325124.

HSL color Cylindrical-coordinate representation of color #444A8E: hue angle of 235.14º degrees, saturation: 0.35, 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 #444A8E is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6874142-
CMYK0.520.4800.44
HSL235.14º35.24%41.18%-
HSV(B)235.14º52.11%55.69%-
XYZ9.728.0826.64-
YUV79.96163.01119.47-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.94%
GREEN value IS 74 (29.30% from 255) = 26.06%
BLUE value IS 142 (55.86% from 255) = 50%
R=23.94%
G=26.06%
B=50%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal68741420.520.4800.44235.1435.2441.18
Hex444A8E343002Ceb2329
Octal10411221664600543534351
Binary1000100100101010001110110100110000010110011101011100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,74,142); }

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

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

 a { background-color: rgb(68,74,142); }

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

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

 span { border-color: rgb(68,74,142); }

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