#465593

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

Shades of Governor Bay #465593

Tints of Governor Bay #465593

Color information

#465593 (or 0x465593) is unknown color: approx Governor Bay. HEX triplet: 46, 55 and 93. RGB value is (70,85,147). Sum of RGB (Red+Green+Blue) = 70+85+147=302 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.18% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 147 (57.81% from 255 or 48.68% from 302); Max value from RGB is 147 - color contains mainly: blue. Hex color #465593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465593 is #B9AA6C. Grayscale: #575757. Windows color (decimal): -12167789 or 9655622. OLE color: 9655622.

HSL color Cylindrical-coordinate representation of color #465593: hue angle of 228.31º 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 #465593 is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7085147-
CMYK0.520.4200.42
HSL228.31º35.48%42.55%-
HSV(B)228.31º52.38%57.65%-
XYZ11.049.9128.93-
YUV87.58161.53115.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.18%
GREEN value IS 85 (33.59% from 255) = 28.15%
BLUE value IS 147 (57.81% from 255) = 48.68%
R=23.18%
G=28.15%
B=48.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70851470.520.4200.42228.3135.4842.55
Hex465593342A02Ae4232b
Octal10612522364520523444353
Binary1000110101010110010011110100101010010101011100100100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465593; }

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

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

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

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

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

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

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

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