#465295

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

Shades of Governor Bay #465295

Tints of Governor Bay #465295

Color information

#465295 (or 0x465295) is unknown color: approx Governor Bay. HEX triplet: 46, 52 and 95. RGB value is (70,82,149). Sum of RGB (Red+Green+Blue) = 70+82+149=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #465295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465295 is #B9AD6A. Grayscale: #555555. Windows color (decimal): -12168555 or 9785926. OLE color: 9785926.

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

Color convert

RGB7082149-
CMYK0.530.4500.42
HSL230.89º36.07%42.94%-
HSV(B)230.89º53.02%58.43%-
XYZ10.979.5129.69-
YUV86.05163.52116.55-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.26%
GREEN value IS 82 (32.42% from 255) = 27.24%
BLUE value IS 149 (58.59% from 255) = 49.50%
R=23.26%
G=27.24%
B=49.50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70821490.530.4500.42230.8936.0742.94
Hex465295352D02Ae7242b
Octal10612222565550523474453
Binary1000110101001010010101110101101101010101011100111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465295; }

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

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

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

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

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

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

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

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