#444AA4

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

Shades of Governor Bay #444AA4

Tints of Governor Bay #444AA4

Color information

#444AA4 (or 0x444AA4) is unknown color: approx Governor Bay. HEX triplet: 44, 4A and A4. RGB value is (68,74,164). Sum of RGB (Red+Green+Blue) = 68+74+164=306 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.22% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 164 (64.45% from 255 or 53.59% from 306); Max value from RGB is 164 - color contains mainly: blue. Hex color #444AA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444AA4 is #BBB55B. Grayscale: #525252. Windows color (decimal): -12301660 or 10766916. OLE color: 10766916.

HSL color Cylindrical-coordinate representation of color #444AA4: hue angle of 236.25º 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 #444AA4 is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6874164-
CMYK0.590.5500.36
HSL236.25º41.38%45.49%-
HSV(B)236.25º58.54%64.31%-
XYZ11.538.8136.21-
YUV82.47174.01117.68-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.22%
GREEN value IS 74 (29.30% from 255) = 24.18%
BLUE value IS 164 (64.45% from 255) = 53.59%
R=22.22%
G=24.18%
B=53.59%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal68741640.590.5500.36236.2541.3845.49
Hex444AA43B37024ec292d
Octal10411224473670443545155
Binary1000100100101010100100111011110111010010011101100101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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