#4B5BA3

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

Shades of Governor Bay #4B5BA3

Tints of Governor Bay #4B5BA3

Color information

#4B5BA3 (or 0x4B5BA3) is unknown color: approx Governor Bay. HEX triplet: 4B, 5B and A3. RGB value is (75,91,163). Sum of RGB (Red+Green+Blue) = 75+91+163=329 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.80% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 163 (64.06% from 255 or 49.54% from 329); Max value from RGB is 163 - color contains mainly: blue. Hex color #4B5BA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5BA3 is #B4A45C. Grayscale: #5E5E5E. Windows color (decimal): -11838557 or 10705739. OLE color: 10705739.

HSL color Cylindrical-coordinate representation of color #4B5BA3: hue angle of 229.09º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4B5BA3 is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7591163-
CMYK0.540.4400.36
HSL229.09º36.97%46.67%-
HSV(B)229.09º53.99%63.92%-
XYZ13.2511.6236.2-
YUV94.42166.7114.15-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.80%
GREEN value IS 91 (35.94% from 255) = 27.66%
BLUE value IS 163 (64.06% from 255) = 49.54%
R=22.80%
G=27.66%
B=49.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal75911630.540.4400.36229.0936.9746.67
Hex4B5BA3362C024e5252f
Octal11313324366540443454557
Binary1001011101101110100011110110101100010010011100101100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,91,163); }

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

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

 a { background-color: rgb(75,91,163); }

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

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

 span { border-color: rgb(75,91,163); }

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