#4444AA

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

Shades of Governor Bay #4444AA

Tints of Governor Bay #4444AA

Color information

#4444AA (or 0x4444AA) is unknown color: approx Governor Bay. HEX triplet: 44, 44 and AA. RGB value is (68,68,170). Sum of RGB (Red+Green+Blue) = 68+68+170=306 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.22% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 170 (66.80% from 255 or 55.56% from 306); Max value from RGB is 170 - color contains mainly: blue. Hex color #4444AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4444AA is #BBBB55. Grayscale: #4F4F4F. Windows color (decimal): -12303190 or 11158596. OLE color: 11158596.

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

Color convert

RGB6868170-
CMYK0.60.600.33
HSL240º42.86%46.67%-
HSV(B)240º60%66.67%-
XYZ11.718.2739.01-
YUV79.63179119.71-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.22%
GREEN value IS 68 (26.95% from 255) = 22.22%
BLUE value IS 170 (66.80% from 255) = 55.56%
R=22.22%
G=22.22%
B=55.56%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal68681700.60.600.3324042.8646.67
Hex4444AA3C3C021f02b2f
Octal10410425274740413605357
Binary1000100100010010101010111100111100010000111110000101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4444AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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