#4B499B

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

Shades of Governor Bay #4B499B

Tints of Governor Bay #4B499B

Color information

#4B499B (or 0x4B499B) is unknown color: approx Governor Bay. HEX triplet: 4B, 49 and 9B. RGB value is (75,73,155). Sum of RGB (Red+Green+Blue) = 75+73+155=303 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.75% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #4B499B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B499B is #B4B664. Grayscale: #525252. Windows color (decimal): -11843173 or 10176843. OLE color: 10176843.

HSL color Cylindrical-coordinate representation of color #4B499B: hue angle of 241.46º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4B499B is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7573155-
CMYK0.520.5300.39
HSL241.46º35.96%44.71%-
HSV(B)241.46º52.9%60.78%-
XYZ11.28.6332.09-
YUV82.95168.66122.33-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.75%
GREEN value IS 73 (28.91% from 255) = 24.09%
BLUE value IS 155 (60.94% from 255) = 51.16%
R=24.75%
G=24.09%
B=51.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal75731550.520.5300.39241.4635.9644.71
Hex4B499B3435027f1242d
Octal11311123364650473614455
Binary1001011100100110011011110100110101010011111110001100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B499B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,73,155); }

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

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

 a { background-color: rgb(75,73,155); }

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

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

 span { border-color: rgb(75,73,155); }

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