#4455AA

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

Shades of Governor Bay #4455AA

Tints of Governor Bay #4455AA

Color information

#4455AA (or 0x4455AA) is unknown color: approx Governor Bay. HEX triplet: 44, 55 and AA. RGB value is (68,85,170). Sum of RGB (Red+Green+Blue) = 68+85+170=323 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.05% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #4455AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4455AA is #BBAA55. Grayscale: #595959. Windows color (decimal): -12298838 or 11162948. OLE color: 11162948.

HSL color Cylindrical-coordinate representation of color #4455AA: hue angle of 230º 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 #4455AA is Cyan = 0.6, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6885170-
CMYK0.60.5000.33
HSL230º42.86%46.67%-
HSV(B)230º60%66.67%-
XYZ12.8910.6339.4-
YUV89.61173.37112.59-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.05%
GREEN value IS 85 (33.59% from 255) = 26.32%
BLUE value IS 170 (66.80% from 255) = 52.63%
R=21.05%
G=26.32%
B=52.63%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal68851700.60.5000.3323042.8646.67
Hex4455AA3C32021e62b2f
Octal10412525274620413465357
Binary1000100101010110101010111100110010010000111100110101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4455AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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