#465292

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

Shades of Governor Bay #465292

Tints of Governor Bay #465292

Color information

#465292 (or 0x465292) is unknown color: approx Governor Bay. HEX triplet: 46, 52 and 92. RGB value is (70,82,146). Sum of RGB (Red+Green+Blue) = 70+82+146=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 146 (57.42% from 255 or 48.99% from 298); Max value from RGB is 146 - color contains mainly: blue. Hex color #465292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465292 is #B9AD6D. Grayscale: #555555. Windows color (decimal): -12168558 or 9589318. OLE color: 9589318.

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

Color convert

RGB7082146-
CMYK0.520.4400.43
HSL230.53º35.19%42.35%-
HSV(B)230.53º52.05%57.25%-
XYZ10.739.4128.45-
YUV85.71162.02116.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.49%
GREEN value IS 82 (32.42% from 255) = 27.52%
BLUE value IS 146 (57.42% from 255) = 48.99%
R=23.49%
G=27.52%
B=48.99%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal70821460.520.4400.43230.5335.1942.35
Hex465292342C02Be7232a
Octal10612222264540533474352
Binary1000110101001010010010110100101100010101111100111100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465292; }

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

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

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

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

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

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

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

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