#4B4F99

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

Shades of Governor Bay #4B4F99

Tints of Governor Bay #4B4F99

Color information

#4B4F99 (or 0x4B4F99) is unknown color: approx Governor Bay. HEX triplet: 4B, 4F and 99. RGB value is (75,79,153). Sum of RGB (Red+Green+Blue) = 75+79+153=307 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.43% from 307); Green value is 79 (31.25% from 255 or 25.73% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #4B4F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B4F99 is #B4B066. Grayscale: #555555. Windows color (decimal): -11841639 or 10047307. OLE color: 10047307.

HSL color Cylindrical-coordinate representation of color #4B4F99: hue angle of 236.92º 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 #4B4F99 is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7579153-
CMYK0.510.4800.4
HSL236.92º34.21%44.71%-
HSV(B)236.92º50.98%60%-
XYZ11.459.3931.35-
YUV86.24165.67119.98-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.43%
GREEN value IS 79 (31.25% from 255) = 25.73%
BLUE value IS 153 (60.16% from 255) = 49.84%
R=24.43%
G=25.73%
B=49.84%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal75791530.510.4800.4236.9234.2144.71
Hex4B4F993330028ed222d
Octal11311723163600503554255
Binary1001011100111110011001110011110000010100011101101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,79,153); }

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

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

 a { background-color: rgb(75,79,153); }

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

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

 span { border-color: rgb(75,79,153); }

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