#4244AA

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

Shades of Governor Bay #4244AA

Tints of Governor Bay #4244AA

Color information

#4244AA (or 0x4244AA) is unknown color: approx Governor Bay. HEX triplet: 42, 44 and AA. RGB value is (66,68,170). Sum of RGB (Red+Green+Blue) = 66+68+170=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 170 (66.80% from 255 or 55.92% from 304); Max value from RGB is 170 - color contains mainly: blue. Hex color #4244AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4244AA is #BDBB55. Grayscale: #4E4E4E. Windows color (decimal): -12434262 or 11158594. OLE color: 11158594.

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

Color convert

RGB6668170-
CMYK0.610.600.33
HSL238.85º44.07%46.27%-
HSV(B)238.85º61.18%66.67%-
XYZ11.578.1939-
YUV79.03179.34118.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.71%
GREEN value IS 68 (26.95% from 255) = 22.37%
BLUE value IS 170 (66.80% from 255) = 55.92%
R=21.71%
G=22.37%
B=55.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal66681700.610.600.33238.8544.0746.27
Hex4244AA3D3C021ef2c2e
Octal10210425275740413575456
Binary1000010100010010101010111101111100010000111101111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4244AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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