#46509E

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

Shades of Governor Bay #46509E

Tints of Governor Bay #46509E

Color information

#46509E (or 0x46509E) is unknown color: approx Governor Bay. HEX triplet: 46, 50 and 9E. RGB value is (70,80,158). Sum of RGB (Red+Green+Blue) = 70+80+158=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 158 (62.11% from 255 or 51.30% from 308); Max value from RGB is 158 - color contains mainly: blue. Hex color #46509E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46509E is #B9AF61. Grayscale: #555555. Windows color (decimal): -12169058 or 10375238. OLE color: 10375238.

HSL color Cylindrical-coordinate representation of color #46509E: hue angle of 233.18º 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 #46509E is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7080158-
CMYK0.560.4900.38
HSL233.18º38.6%44.71%-
HSV(B)233.18º55.7%61.96%-
XYZ11.579.5133.57-
YUV85.9168.69116.66-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.73%
GREEN value IS 80 (31.64% from 255) = 25.97%
BLUE value IS 158 (62.11% from 255) = 51.30%
R=22.73%
G=25.97%
B=51.30%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70801580.560.4900.38233.1838.644.71
Hex46509E3831026e9272d
Octal10612023670610463514755
Binary1000110101000010011110111000110001010011011101001100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46509E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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