#465293

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

Shades of Governor Bay #465293

Tints of Governor Bay #465293

Color information

#465293 (or 0x465293) is unknown color: approx Governor Bay. HEX triplet: 46, 52 and 93. RGB value is (70,82,147). Sum of RGB (Red+Green+Blue) = 70+82+147=299 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.41% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 147 (57.81% from 255 or 49.16% from 299); Max value from RGB is 147 - color contains mainly: blue. Hex color #465293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465293 is #B9AD6C. Grayscale: #555555. Windows color (decimal): -12168557 or 9654854. OLE color: 9654854.

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

Color convert

RGB7082147-
CMYK0.520.4400.42
HSL230.65º35.48%42.55%-
HSV(B)230.65º52.38%57.65%-
XYZ10.819.4428.86-
YUV85.82162.52116.71-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.41%
GREEN value IS 82 (32.42% from 255) = 27.42%
BLUE value IS 147 (57.81% from 255) = 49.16%
R=23.41%
G=27.42%
B=49.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70821470.520.4400.42230.6535.4842.55
Hex465293342C02Ae7232b
Octal10612222364540523474353
Binary1000110101001010010011110100101100010101011100111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465293; }

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

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

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

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

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

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

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

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