#4B5199

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

Shades of Governor Bay #4B5199

Tints of Governor Bay #4B5199

Color information

#4B5199 (or 0x4B5199) is unknown color: approx Governor Bay. HEX triplet: 4B, 51 and 99. RGB value is (75,81,153). Sum of RGB (Red+Green+Blue) = 75+81+153=309 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.27% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 153 (60.16% from 255 or 49.51% from 309); Max value from RGB is 153 - color contains mainly: blue. Hex color #4B5199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5199 is #B4AE66. Grayscale: #575757. Windows color (decimal): -11841127 or 10047819. OLE color: 10047819.

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

Color convert

RGB7581153-
CMYK0.510.4700.4
HSL235.38º34.21%44.71%-
HSV(B)235.38º50.98%60%-
XYZ11.599.6831.39-
YUV87.41165.01119.15-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.27%
GREEN value IS 81 (32.03% from 255) = 26.21%
BLUE value IS 153 (60.16% from 255) = 49.51%
R=24.27%
G=26.21%
B=49.51%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal75811530.510.4700.4235.3834.2144.71
Hex4B5199332F028eb222d
Octal11312123163570503534255
Binary1001011101000110011001110011101111010100011101011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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