#4040AA

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

Shades of Governor Bay #4040AA

Tints of Governor Bay #4040AA

Color information

#4040AA (or 0x4040AA) is unknown color: approx Governor Bay. HEX triplet: 40, 40 and AA. RGB value is (64,64,170). Sum of RGB (Red+Green+Blue) = 64+64+170=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 170 (66.80% from 255 or 57.05% from 298); Max value from RGB is 170 - color contains mainly: blue. Hex color #4040AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4040AA is #BFBF55. Grayscale: #4B4B4B. Windows color (decimal): -12566358 or 11157568. OLE color: 11157568.

HSL color Cylindrical-coordinate representation of color #4040AA: hue angle of 240º 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 #4040AA is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6464170-
CMYK0.620.6200.33
HSL240º45.3%45.88%-
HSV(B)240º62.35%66.67%-
XYZ11.27.6638.92-
YUV76.08181119.38-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.48%
GREEN value IS 64 (25.39% from 255) = 21.48%
BLUE value IS 170 (66.80% from 255) = 57.05%
R=21.48%
G=21.48%
B=57.05%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal64641700.620.6200.3324045.345.88
Hex4040AA3E3E021f02d2e
Octal10010025276760413605556
Binary1000000100000010101010111110111110010000111110000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4040AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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