#444EA4

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

Shades of Governor Bay #444EA4

Tints of Governor Bay #444EA4

Color information

#444EA4 (or 0x444EA4) is unknown color: approx Governor Bay. HEX triplet: 44, 4E and A4. RGB value is (68,78,164). Sum of RGB (Red+Green+Blue) = 68+78+164=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 164 (64.45% from 255 or 52.90% from 310); Max value from RGB is 164 - color contains mainly: blue. Hex color #444EA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #444EA4 is #BBB15B. Grayscale: #545454. Windows color (decimal): -12300636 or 10767940. OLE color: 10767940.

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

Color convert

RGB6878164-
CMYK0.590.5200.36
HSL233.75º41.38%45.49%-
HSV(B)233.75º58.54%64.31%-
XYZ11.819.3636.31-
YUV84.81172.69116.01-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.94%
GREEN value IS 78 (30.86% from 255) = 25.16%
BLUE value IS 164 (64.45% from 255) = 52.90%
R=21.94%
G=25.16%
B=52.90%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal68781640.590.5200.36233.7541.3845.49
Hex444EA43B34024ea292d
Octal10411624473640443525155
Binary1000100100111010100100111011110100010010011101010101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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