#4641AC

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

Shades of Governor Bay #4641AC

Tints of Governor Bay #4641AC

Color information

#4641AC (or 0x4641AC) is unknown color: approx Governor Bay. HEX triplet: 46, 41 and AC. RGB value is (70,65,172). Sum of RGB (Red+Green+Blue) = 70+65+172=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 172 (67.58% from 255 or 56.03% from 307); Max value from RGB is 172 - color contains mainly: blue. Hex color #4641AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4641AC is #B9BE53. Grayscale: #4E4E4E. Windows color (decimal): -12172884 or 11288902. OLE color: 11288902.

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

Color convert

RGB7065172-
CMYK0.590.6200.33
HSL242.8º45.15%46.47%-
HSV(B)242.8º62.21%67.45%-
XYZ11.868.0639.96-
YUV78.69180.66121.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.80%
GREEN value IS 65 (25.78% from 255) = 21.17%
BLUE value IS 172 (67.58% from 255) = 56.03%
R=22.80%
G=21.17%
B=56.03%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal70651720.590.6200.33242.845.1546.47
Hex4641AC3B3E021f32d2e
Octal10610125473760413635556
Binary1000110100000110101100111011111110010000111110011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4641AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4641AC; }

 p { color: rgb(70,65,172); }

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

<style>
 a { background-color: #4641AC; }

 a { background-color: rgb(70,65,172); }

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

<style>
 span { border-color: #4641AC; }

 span { border-color: rgb(70,65,172); }

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