#4040AC

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

Shades of Governor Bay #4040AC

Tints of Governor Bay #4040AC

Color information

#4040AC (or 0x4040AC) is unknown color: approx Governor Bay. HEX triplet: 40, 40 and AC. RGB value is (64,64,172). Sum of RGB (Red+Green+Blue) = 64+64+172=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 172 (67.58% from 255 or 57.33% from 300); Max value from RGB is 172 - color contains mainly: blue. Hex color #4040AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4040AC is #BFBF53. Grayscale: #4B4B4B. Windows color (decimal): -12566356 or 11288640. OLE color: 11288640.

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

Color convert

RGB6464172-
CMYK0.630.6300.33
HSL240º45.76%46.27%-
HSV(B)240º62.79%67.45%-
XYZ11.397.7439.92-
YUV76.31182119.22-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.33%
GREEN value IS 64 (25.39% from 255) = 21.33%
BLUE value IS 172 (67.58% from 255) = 57.33%
R=21.33%
G=21.33%
B=57.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal64641720.630.6300.3324045.7646.27
Hex4040AC3F3F021f02e2e
Octal10010025477770413605656
Binary1000000100000010101100111111111111010000111110000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4040AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4040AC; }

 p { color: rgb(64,64,172); }

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

<style>
 a { background-color: #4040AC; }

 a { background-color: rgb(64,64,172); }

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

<style>
 span { border-color: #4040AC; }

 span { border-color: rgb(64,64,172); }

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