#465193

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

Shades of Governor Bay #465193

Tints of Governor Bay #465193

Color information

#465193 (or 0x465193) is unknown color: approx Governor Bay. HEX triplet: 46, 51 and 93. RGB value is (70,81,147). Sum of RGB (Red+Green+Blue) = 70+81+147=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 147 (57.81% from 255 or 49.33% from 298); Max value from RGB is 147 - color contains mainly: blue. Hex color #465193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465193 is #B9AE6C. Grayscale: #545454. Windows color (decimal): -12168813 or 9654598. OLE color: 9654598.

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

Color convert

RGB7081147-
CMYK0.520.4500.42
HSL231.43º35.48%42.55%-
HSV(B)231.43º52.38%57.65%-
XYZ10.739.2928.83-
YUV85.24162.86117.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.49%
GREEN value IS 81 (32.03% from 255) = 27.18%
BLUE value IS 147 (57.81% from 255) = 49.33%
R=23.49%
G=27.18%
B=49.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70811470.520.4500.42231.4335.4842.55
Hex465193342D02Ae7232b
Octal10612122364550523474353
Binary1000110101000110010011110100101101010101011100111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465193; }

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

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

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

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

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

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

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

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