#444CAA

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

Shades of Governor Bay #444CAA

Tints of Governor Bay #444CAA

Color information

#444CAA (or 0x444CAA) is unknown color: approx Governor Bay. HEX triplet: 44, 4C and AA. RGB value is (68,76,170). Sum of RGB (Red+Green+Blue) = 68+76+170=314 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.66% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #444CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444CAA is #BBB355. Grayscale: #535353. Windows color (decimal): -12301142 or 11160644. OLE color: 11160644.

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

Color convert

RGB6876170-
CMYK0.60.5500.33
HSL235.29º42.86%46.67%-
HSV(B)235.29º60%66.67%-
XYZ12.229.339.18-
YUV84.32176.35116.36-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.66%
GREEN value IS 76 (30.08% from 255) = 24.20%
BLUE value IS 170 (66.80% from 255) = 54.14%
R=21.66%
G=24.20%
B=54.14%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal68761700.60.5500.33235.2942.8646.67
Hex444CAA3C37021eb2b2f
Octal10411425274670413535357
Binary1000100100110010101010111100110111010000111101011101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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