#46469E

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

Shades of Governor Bay #46469E

Tints of Governor Bay #46469E

Color information

#46469E (or 0x46469E) is unknown color: approx Governor Bay. HEX triplet: 46, 46 and 9E. RGB value is (70,70,158). Sum of RGB (Red+Green+Blue) = 70+70+158=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 158 (62.11% from 255 or 53.02% from 298); Max value from RGB is 158 - color contains mainly: blue. Hex color #46469E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46469E is #B9B961. Grayscale: #4F4F4F. Windows color (decimal): -12171618 or 10372678. OLE color: 10372678.

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

Color convert

RGB7070158-
CMYK0.560.5600.38
HSL240º38.6%44.71%-
HSV(B)240º55.7%61.96%-
XYZ10.898.1533.35-
YUV80.03172120.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.49%
GREEN value IS 70 (27.73% from 255) = 23.49%
BLUE value IS 158 (62.11% from 255) = 53.02%
R=23.49%
G=23.49%
B=53.02%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70701580.560.5600.3824038.644.71
Hex46469E3838026f0272d
Octal10610623670700463604755
Binary1000110100011010011110111000111000010011011110000100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46469E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46469E; }

 p { color: rgb(70,70,158); }

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

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

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

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

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

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

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