#4340AD

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

Shades of Governor Bay #4340AD

Tints of Governor Bay #4340AD

Color information

#4340AD (or 0x4340AD) is unknown color: approx Governor Bay. HEX triplet: 43, 40 and AD. RGB value is (67,64,173). Sum of RGB (Red+Green+Blue) = 67+64+173=304 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.04% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 173 (67.97% from 255 or 56.91% from 304); Max value from RGB is 173 - color contains mainly: blue. Hex color #4340AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4340AD is #BCBF52. Grayscale: #4C4C4C. Windows color (decimal): -12369747 or 11354179. OLE color: 11354179.

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

Color convert

RGB6764173-
CMYK0.610.6300.32
HSL241.65º45.99%46.47%-
HSV(B)241.65º63.01%67.84%-
XYZ11.697.8840.44-
YUV77.32181.99120.64-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.04%
GREEN value IS 64 (25.39% from 255) = 21.05%
BLUE value IS 173 (67.97% from 255) = 56.91%
R=22.04%
G=21.05%
B=56.91%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal67641730.610.6300.32241.6545.9946.47
Hex4340AD3D3F020f22e2e
Octal10310025575770403625656
Binary1000011100000010101101111101111111010000011110010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4340AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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