#4B519A

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

Shades of Governor Bay #4B519A

Tints of Governor Bay #4B519A

Color information

#4B519A (or 0x4B519A) is unknown color: approx Governor Bay. HEX triplet: 4B, 51 and 9A. RGB value is (75,81,154). Sum of RGB (Red+Green+Blue) = 75+81+154=310 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.19% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 154 (60.55% from 255 or 49.68% from 310); Max value from RGB is 154 - color contains mainly: blue. Hex color #4B519A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B519A is #B4AE65. Grayscale: #575757. Windows color (decimal): -11841126 or 10113355. OLE color: 10113355.

HSL color Cylindrical-coordinate representation of color #4B519A: hue angle of 235.44º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B519A is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7581154-
CMYK0.510.4700.40
HSL235.44º34.5%44.9%-
HSV(B)235.44º51.3%60.39%-
XYZ11.689.7131.83-
YUV87.53165.51119.06-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.19%
GREEN value IS 81 (32.03% from 255) = 26.13%
BLUE value IS 154 (60.55% from 255) = 49.68%
R=24.19%
G=26.13%
B=49.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal75811540.510.4700.40235.4434.544.9
Hex4B519A332F028eb222d
Octal11312123263570503534255
Binary1001011101000110011010110011101111010100011101011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B519A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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