#465693

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

Shades of Governor Bay #465693

Tints of Governor Bay #465693

Color information

#465693 (or 0x465693) is unknown color: approx Governor Bay. HEX triplet: 46, 56 and 93. RGB value is (70,86,147). Sum of RGB (Red+Green+Blue) = 70+86+147=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 86 (33.98% from 255 or 28.38% from 303); Blue value is 147 (57.81% from 255 or 48.51% from 303); Max value from RGB is 147 - color contains mainly: blue. Hex color #465693 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465693 is #B9A96C. Grayscale: #575757. Windows color (decimal): -12167533 or 9655878. OLE color: 9655878.

HSL color Cylindrical-coordinate representation of color #465693: hue angle of 227.53º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #465693 is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7086147-
CMYK0.520.4100.42
HSL227.53º35.48%42.55%-
HSV(B)227.53º52.38%57.65%-
XYZ11.1210.0628.96-
YUV88.17161.2115.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.10%
GREEN value IS 86 (33.98% from 255) = 28.38%
BLUE value IS 147 (57.81% from 255) = 48.51%
R=23.10%
G=28.38%
B=48.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70861470.520.4100.42227.5335.4842.55
Hex465693342902Ae4232b
Octal10612622364510523444353
Binary1000110101011010010011110100101001010101011100100100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465693; }

 p { color: rgb(70,86,147); }

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

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

 a { background-color: rgb(70,86,147); }

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

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

 span { border-color: rgb(70,86,147); }

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