#4444AE

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

Shades of Governor Bay #4444AE

Tints of Governor Bay #4444AE

Color information

#4444AE (or 0x4444AE) is unknown color: approx Governor Bay. HEX triplet: 44, 44 and AE. RGB value is (68,68,174). Sum of RGB (Red+Green+Blue) = 68+68+174=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 174 (68.36% from 255 or 56.13% from 310); Max value from RGB is 174 - color contains mainly: blue. Hex color #4444AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4444AE is #BBBB51. Grayscale: #4F4F4F. Windows color (decimal): -12303186 or 11420740. OLE color: 11420740.

HSL color Cylindrical-coordinate representation of color #4444AE: hue angle of 240º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4444AE is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6868174-
CMYK0.610.6100.32
HSL240º43.8%47.45%-
HSV(B)240º60.92%68.24%-
XYZ12.098.4241.03-
YUV80.08181119.38-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.94%
GREEN value IS 68 (26.95% from 255) = 21.94%
BLUE value IS 174 (68.36% from 255) = 56.13%
R=21.94%
G=21.94%
B=56.13%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal68681740.610.6100.3224043.847.45
Hex4444AE3D3D020f02c2f
Octal10410425675750403605457
Binary1000100100010010101110111101111101010000011110000101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4444AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4444AE; }

 p { color: rgb(68,68,174); }

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

<style>
 a { background-color: #4444AE; }

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

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

<style>
 span { border-color: #4444AE; }

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

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