#4640AD

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

Shades of Governor Bay #4640AD

Tints of Governor Bay #4640AD

Color information

#4640AD (or 0x4640AD) is unknown color: approx Governor Bay. HEX triplet: 46, 40 and AD. RGB value is (70,64,173). Sum of RGB (Red+Green+Blue) = 70+64+173=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 173 (67.97% from 255 or 56.35% from 307); Max value from RGB is 173 - color contains mainly: blue. Hex color #4640AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4640AD is #B9BF52. Grayscale: #4D4D4D. Windows color (decimal): -12173139 or 11354182. OLE color: 11354182.

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

Color convert

RGB7064173-
CMYK0.600.6300.32
HSL243.3º45.99%46.47%-
HSV(B)243.3º63.01%67.84%-
XYZ11.97.9940.45-
YUV78.22181.49122.14-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.80%
GREEN value IS 64 (25.39% from 255) = 20.85%
BLUE value IS 173 (67.97% from 255) = 56.35%
R=22.80%
G=20.85%
B=56.35%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal70641730.600.6300.32243.345.9946.47
Hex4640AD3C3F020f32e2e
Octal10610025574770403635656
Binary1000110100000010101101111100111111010000011110011101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4640AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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