#4644AB

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

Shades of Governor Bay #4644AB

Tints of Governor Bay #4644AB

Color information

#4644AB (or 0x4644AB) is unknown color: approx Governor Bay. HEX triplet: 46, 44 and AB. RGB value is (70,68,171). Sum of RGB (Red+Green+Blue) = 70+68+171=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #4644AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4644AB is #B9BB54. Grayscale: #4F4F4F. Windows color (decimal): -12172117 or 11224134. OLE color: 11224134.

HSL color Cylindrical-coordinate representation of color #4644AB: hue angle of 241.17º 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 #4644AB is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7068171-
CMYK0.590.6000.33
HSL241.17º43.1%46.86%-
HSV(B)241.17º60.23%67.06%-
XYZ11.948.3839.52-
YUV80.34179.16120.62-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.65%
GREEN value IS 68 (26.95% from 255) = 22.01%
BLUE value IS 171 (67.19% from 255) = 55.34%
R=22.65%
G=22.01%
B=55.34%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal70681710.590.6000.33241.1743.146.86
Hex4644AB3B3C021f12b2f
Octal10610425373740413615357
Binary1000110100010010101011111011111100010000111110001101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4644AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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