#4042AD

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

Shades of Governor Bay #4042AD

Tints of Governor Bay #4042AD

Color information

#4042AD (or 0x4042AD) is unknown color: approx Governor Bay. HEX triplet: 40, 42 and AD. RGB value is (64,66,173). Sum of RGB (Red+Green+Blue) = 64+66+173=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #4042AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4042AD is #BFBD52. Grayscale: #4D4D4D. Windows color (decimal): -12565843 or 11354688. OLE color: 11354688.

HSL color Cylindrical-coordinate representation of color #4042AD: hue angle of 238.9º 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 #4042AD is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6466173-
CMYK0.630.6200.32
HSL238.9º45.99%46.47%-
HSV(B)238.9º63.01%67.84%-
XYZ11.61840.47-
YUV77.6181.84118.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.12%
GREEN value IS 66 (26.17% from 255) = 21.78%
BLUE value IS 173 (67.97% from 255) = 57.10%
R=21.12%
G=21.78%
B=57.10%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal64661730.630.6200.32238.945.9946.47
Hex4042AD3F3E020ef2e2e
Octal10010225577760403575656
Binary1000000100001010101101111111111110010000011101111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4042AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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