#4B519D

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

Shades of Governor Bay #4B519D

Tints of Governor Bay #4B519D

Color information

#4B519D (or 0x4B519D) is unknown color: approx Governor Bay. HEX triplet: 4B, 51 and 9D. RGB value is (75,81,157). Sum of RGB (Red+Green+Blue) = 75+81+157=313 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.96% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 157 (61.72% from 255 or 50.16% from 313); Max value from RGB is 157 - color contains mainly: blue. Hex color #4B519D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B519D is #B4AE62. Grayscale: #575757. Windows color (decimal): -11841123 or 10309963. OLE color: 10309963.

HSL color Cylindrical-coordinate representation of color #4B519D: hue angle of 235.61º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B519D is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7581157-
CMYK0.520.4800.38
HSL235.61º35.34%45.49%-
HSV(B)235.61º52.23%61.57%-
XYZ11.939.8233.16-
YUV87.87167.01118.82-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.96%
GREEN value IS 81 (32.03% from 255) = 25.88%
BLUE value IS 157 (61.72% from 255) = 50.16%
R=23.96%
G=25.88%
B=50.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal75811570.520.4800.38235.6135.3445.49
Hex4B519D3430026ec232d
Octal11312123564600463544355
Binary1001011101000110011101110100110000010011011101100100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B519D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,81,157); }

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

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

 a { background-color: rgb(75,81,157); }

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

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

 span { border-color: rgb(75,81,157); }

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