#463FAC

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

Shades of Governor Bay #463FAC

Tints of Governor Bay #463FAC

Color information

#463FAC (or 0x463FAC) is unknown color: approx Governor Bay. HEX triplet: 46, 3F and AC. RGB value is (70,63,172). Sum of RGB (Red+Green+Blue) = 70+63+172=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #463FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463FAC is #B9C053. Grayscale: #4D4D4D. Windows color (decimal): -12173396 or 11288390. OLE color: 11288390.

HSL color Cylindrical-coordinate representation of color #463FAC: hue angle of 243.85º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #463FAC is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7063172-
CMYK0.590.6300.33
HSL243.85º46.38%46.08%-
HSV(B)243.85º63.37%67.45%-
XYZ11.757.8439.92-
YUV77.52181.32122.64-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.95%
GREEN value IS 63 (25% from 255) = 20.66%
BLUE value IS 172 (67.58% from 255) = 56.39%
R=22.95%
G=20.66%
B=56.39%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal70631720.590.6300.33243.8546.3846.08
Hex463FAC3B3F021f42e2e
Octal1067725473770413645656
Binary100011011111110101100111011111111010000111110100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463FAC; }

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

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

<style>
 a { background-color: #463FAC; }

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

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

<style>
 span { border-color: #463FAC; }

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

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