#46489D

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

Shades of Governor Bay #46489D

Tints of Governor Bay #46489D

Color information

#46489D (or 0x46489D) is unknown color: approx Governor Bay. HEX triplet: 46, 48 and 9D. RGB value is (70,72,157). Sum of RGB (Red+Green+Blue) = 70+72+157=299 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.41% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 157 (61.72% from 255 or 52.51% from 299); Max value from RGB is 157 - color contains mainly: blue. Hex color #46489D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46489D is #B9B762. Grayscale: #505050. Windows color (decimal): -12171107 or 10307654. OLE color: 10307654.

HSL color Cylindrical-coordinate representation of color #46489D: hue angle of 238.62º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46489D is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7072157-
CMYK0.550.5400.38
HSL238.62º38.33%44.51%-
HSV(B)238.62º55.41%61.57%-
XYZ10.938.3732.94-
YUV81.09170.84120.09-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.41%
GREEN value IS 72 (28.52% from 255) = 24.08%
BLUE value IS 157 (61.72% from 255) = 52.51%
R=23.41%
G=24.08%
B=52.51%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70721570.550.5400.38238.6238.3344.51
Hex46489D3736026ef262d
Octal10611023567660463574655
Binary1000110100100010011101110111110110010011011101111100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46489D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46489D; }

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

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

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

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

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

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

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

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