#4647AE

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

Shades of Governor Bay #4647AE

Tints of Governor Bay #4647AE

Color information

#4647AE (or 0x4647AE) is unknown color: approx Governor Bay. HEX triplet: 46, 47 and AE. RGB value is (70,71,174). Sum of RGB (Red+Green+Blue) = 70+71+174=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 174 (68.36% from 255 or 55.24% from 315); Max value from RGB is 174 - color contains mainly: blue. Hex color #4647AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4647AE is #B9B851. Grayscale: #525252. Windows color (decimal): -12171346 or 11421510. OLE color: 11421510.

HSL color Cylindrical-coordinate representation of color #4647AE: hue angle of 239.42º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4647AE is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7071174-
CMYK0.600.5900.32
HSL239.42º42.62%47.84%-
HSV(B)239.42º59.77%68.24%-
XYZ12.428.8641.1-
YUV82.44179.67119.12-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.22%
GREEN value IS 71 (28.12% from 255) = 22.54%
BLUE value IS 174 (68.36% from 255) = 55.24%
R=22.22%
G=22.54%
B=55.24%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal70711740.600.5900.32239.4242.6247.84
Hex4647AE3C3B020ef2b30
Octal10610725674730403575360
Binary1000110100011110101110111100111011010000011101111101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4647AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4647AE; }

 p { color: rgb(70,71,174); }

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

<style>
 a { background-color: #4647AE; }

 a { background-color: rgb(70,71,174); }

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

<style>
 span { border-color: #4647AE; }

 span { border-color: rgb(70,71,174); }

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