#463FAB

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

Shades of Governor Bay #463FAB

Tints of Governor Bay #463FAB

Color information

#463FAB (or 0x463FAB) is unknown color: approx Governor Bay. HEX triplet: 46, 3F and AB. RGB value is (70,63,171). Sum of RGB (Red+Green+Blue) = 70+63+171=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 63 (25% from 255 or 20.72% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #463FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463FAB is #B9C054. Grayscale: #4C4C4C. Windows color (decimal): -12173397 or 11222854. OLE color: 11222854.

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

Color convert

RGB7063171-
CMYK0.590.6300.33
HSL243.89º46.15%45.88%-
HSV(B)243.89º63.16%67.06%-
XYZ11.657.839.42-
YUV77.4180.82122.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.03%
GREEN value IS 63 (25% from 255) = 20.72%
BLUE value IS 171 (67.19% from 255) = 56.25%
R=23.03%
G=20.72%
B=56.25%

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
Decimal70631710.590.6300.33243.8946.1545.88
Hex463FAB3B3F021f42e2e
Octal1067725373770413645656
Binary100011011111110101011111011111111010000111110100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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