#4040AD

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

Shades of Governor Bay #4040AD

Tints of Governor Bay #4040AD

Color information

#4040AD (or 0x4040AD) is unknown color: approx Governor Bay. HEX triplet: 40, 40 and AD. RGB value is (64,64,173). Sum of RGB (Red+Green+Blue) = 64+64+173=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 173 (67.97% from 255 or 57.48% from 301); Max value from RGB is 173 - color contains mainly: blue. Hex color #4040AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4040AD is #BFBF52. Grayscale: #4B4B4B. Windows color (decimal): -12566355 or 11354176. OLE color: 11354176.

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

Color convert

RGB6464173-
CMYK0.630.6300.32
HSL240º45.99%46.47%-
HSV(B)240º63.01%67.84%-
XYZ11.497.7740.43-
YUV76.43182.5119.14-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.26%
GREEN value IS 64 (25.39% from 255) = 21.26%
BLUE value IS 173 (67.97% from 255) = 57.48%
R=21.26%
G=21.26%
B=57.48%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal64641730.630.6300.3224045.9946.47
Hex4040AD3F3F020f02e2e
Octal10010025577770403605656
Binary1000000100000010101101111111111111010000011110000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4040AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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