#4441AB

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

Shades of Governor Bay #4441AB

Tints of Governor Bay #4441AB

Color information

#4441AB (or 0x4441AB) is unknown color: approx Governor Bay. HEX triplet: 44, 41 and AB. RGB value is (68,65,171). Sum of RGB (Red+Green+Blue) = 68+65+171=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 65 (25.78% from 255 or 21.38% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #4441AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4441AB is #BBBE54. Grayscale: #4D4D4D. Windows color (decimal): -12303957 or 11223364. OLE color: 11223364.

HSL color Cylindrical-coordinate representation of color #4441AB: hue angle of 241.7º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4441AB is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6865171-
CMYK0.600.6200.33
HSL241.7º44.92%46.27%-
HSV(B)241.7º61.99%67.06%-
XYZ11.627.9539.45-
YUV77.98180.49120.88-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.37%
GREEN value IS 65 (25.78% from 255) = 21.38%
BLUE value IS 171 (67.19% from 255) = 56.25%
R=22.37%
G=21.38%
B=56.25%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal68651710.600.6200.33241.744.9246.27
Hex4441AB3C3E021f22d2e
Octal10410125374760413625556
Binary1000100100000110101011111100111110010000111110010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4441AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4441AB; }

 p { color: rgb(68,65,171); }

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

<style>
 a { background-color: #4441AB; }

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

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

<style>
 span { border-color: #4441AB; }

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

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