#444AA2

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

Shades of Governor Bay #444AA2

Tints of Governor Bay #444AA2

Color information

#444AA2 (or 0x444AA2) is unknown color: approx Governor Bay. HEX triplet: 44, 4A and A2. RGB value is (68,74,162). Sum of RGB (Red+Green+Blue) = 68+74+162=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 74 (29.30% from 255 or 24.34% from 304); Blue value is 162 (63.67% from 255 or 53.29% from 304); Max value from RGB is 162 - color contains mainly: blue. Hex color #444AA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444AA2 is #BBB55D. Grayscale: #515151. Windows color (decimal): -12301662 or 10635844. OLE color: 10635844.

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

Color convert

RGB6874162-
CMYK0.580.5400.36
HSL236.17º40.87%45.1%-
HSV(B)236.17º58.02%63.53%-
XYZ11.358.7435.27-
YUV82.24173.01117.84-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.37%
GREEN value IS 74 (29.30% from 255) = 24.34%
BLUE value IS 162 (63.67% from 255) = 53.29%
R=22.37%
G=24.34%
B=53.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal68741620.580.5400.36236.1740.8745.1
Hex444AA23A36024ec292d
Octal10411224272660443545155
Binary1000100100101010100010111010110110010010011101100101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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