#464899

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

Shades of Governor Bay #464899

Tints of Governor Bay #464899

Color information

#464899 (or 0x464899) is unknown color: approx Governor Bay. HEX triplet: 46, 48 and 99. RGB value is (70,72,153). Sum of RGB (Red+Green+Blue) = 70+72+153=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 153 (60.16% from 255 or 51.86% from 295); Max value from RGB is 153 - color contains mainly: blue. Hex color #464899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464899 is #B9B766. Grayscale: #505050. Windows color (decimal): -12171111 or 10045510. OLE color: 10045510.

HSL color Cylindrical-coordinate representation of color #464899: hue angle of 238.55º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #464899 is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7072153-
CMYK0.540.5300.4
HSL238.55º37.22%43.73%-
HSV(B)238.55º54.25%60%-
XYZ10.598.2431.17-
YUV80.64168.84120.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.73%
GREEN value IS 72 (28.52% from 255) = 24.41%
BLUE value IS 153 (60.16% from 255) = 51.86%
R=23.73%
G=24.41%
B=51.86%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal70721530.540.5300.4238.5537.2243.73
Hex4648993635028ef252c
Octal10611023166650503574554
Binary1000110100100010011001110110110101010100011101111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464899; }

 p { color: rgb(70,72,153); }

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

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

 a { background-color: rgb(70,72,153); }

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

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

 span { border-color: rgb(70,72,153); }

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