#4E46A7

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

Shades of Governor Bay #4E46A7

Tints of Governor Bay #4E46A7

Color information

#4E46A7 (or 0x4E46A7) is unknown color: approx Governor Bay. HEX triplet: 4E, 46 and A7. RGB value is (78,70,167). Sum of RGB (Red+Green+Blue) = 78+70+167=315 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.76% from 315); Green value is 70 (27.73% from 255 or 22.22% from 315); Blue value is 167 (65.62% from 255 or 53.02% from 315); Max value from RGB is 167 - color contains mainly: blue. Hex color #4E46A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E46A7 is #B1B958. Grayscale: #535353. Windows color (decimal): -11647321 or 10962510. OLE color: 10962510.

HSL color Cylindrical-coordinate representation of color #4E46A7: hue angle of 244.95º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E46A7 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB7870167-
CMYK0.530.5800.35
HSL244.95º40.93%46.47%-
HSV(B)244.95º58.08%65.49%-
XYZ12.318.7937.61-
YUV83.45175.15124.11-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.76%
GREEN value IS 70 (27.73% from 255) = 22.22%
BLUE value IS 167 (65.62% from 255) = 53.02%
R=24.76%
G=22.22%
B=53.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal78701670.530.5800.35244.9540.9346.47
Hex4E46A7353A023f5292e
Octal11610624765720433655156
Binary1001110100011010100111110101111010010001111110101101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E46A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E46A7; }

 p { color: rgb(78,70,167); }

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

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

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

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

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

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

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